LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Labview do Symbolic computation?

Hellow!
Any one know whether Labview can do Symbolic computations? for example,in Matlab,there's a symbolic math toolbox which can handle this job,i wonder whether labview also has this functions? thanks!
0 Kudos
Message 1 of 4
(4,263 Views)
happybird;

The VI "Eval Formula String" gives you symbolic computation. It is located in Mathematics->Formula->Advance Formula Parsing

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 4
(4,246 Views)
But i have to input a value,and what i get is a value.are there any way i dont need to input any value and I only get the expressin?
0 Kudos
Message 3 of 4
(4,240 Views)
Hi happybird,
Currently LabVIEW doesn't have built in functionality for symbolic manipulation. That is, if you wanted to solve y = a +b*x + c*x^2 for x, you wouldn't get the quadratic formula. However, we are always looking to make improvements in our products and we very seriously look at customer suggestions. You can reach our product suggestion page by going to http://sine.ni.com/apps/utf8/nicc.call_me?p_action=reload&p_country=United%20States and selecting "Feedback" from the Product Feedback section of this page.
0 Kudos
Message 4 of 4
(4,201 Views)