01-17-2006 11:23 PM
01-17-2006 11:38 PM
Hi Tay,
If you want to include MATLAB script directly in your VIs, you will need to use the MATLAB Script Node, found in the Mathematics > Scripts and Formulas > Script Nodes palette in LabVIEW 8.0. There are also some MATLAB Script Node examples in your LabVIEW directory...specifically, the examples\scriptnode folder. And of course, if you search the LabVIEW Help for "MATLAB Script Node" you should find some helpful documentation on the subject.
Also, if you're using LabVIEW 8.0, you should try out the MathScript Node, which is similar to the MATLAB Script Node, except with MathScript, all of the work is being done in LabVIEW...MATLAB is not required.
Good luck,
-D