06-29-2014 05:23 PM
Hi , i am new on this and i want do make a VI for Romberg Integration Method can somebody help me please?
06-30-2014 02:41 AM
What have you tried so far?
07-15-2014 09:42 AM
Hello samgg007,
Perhaps the quickest way to implement Romberg integration method in your project is to use a .m file with MathScript, then you can use the logic of the .m file in your VI to make it more efficient.
Working with .m File Scripts in NI LabVIEW for Text Based Signal Processing, Analysis, and Math:
http://www.ni.com/white-paper/7006/en/
Rombint.m:
http://www.mathworks.com/matlabcentral/fileexchange/34-rombint-m
Let me know if this helped you, kind regards.