10-14-2015 01:07 AM
Hi,
Is there any express VI available in lab view to find taylor co-efficients?
As taylor is an extensively used function and labview is such a versatile tool, I am sure there will be.
May be I am not being able to find it by mere search by name.
I am having MATLAB code to implement the same.
But since the equations are complex, I m facing troubles implementing them in LView.
Thanks
10-14-2015 06:52 AM
Since LabVIEW was designed for building Virtual Instrument (that's the "V""I" in "LabVIEW"), and Taylor Coefficients are for "doing math", it is likely that the implementation of such a specialized function would be "left as an exercise for the reader". In any event, there would almost surely not be an "express VI" written for this purpose.
It is OK to use MatLab for some computing tasks.
Bob Schor