AUST Posted February 23, 2010 Report Share Posted February 23, 2010 Hi, Is the mathscript program same as matlab program? i mean can i write a program in matlab and load it in labview? Quote Link to comment
Rob Calhoun Posted February 23, 2010 Report Share Posted February 23, 2010 LabView mathscript's syntax is very close to Matlab's mscript. You should be able to run matlab code inside a mathscript node with few changes. However, it is more designed for running specific chunks of code as functions inside a LabView application than for running a monolithic Matlab program from inside LabView. Also, as of LabView 2009, mathscript is now an add-on package. Quote Link to comment
Karissap Posted February 24, 2010 Report Share Posted February 24, 2010 Not all Matlab functions are supported. The supported functions are in the LabVIEW help and also online here: LabVIEW MathScript Functions As long as your Matlab program uses the available functions it should run in the MathScript node. You can add your own user-defined functions if they aren't included. Also, if you have a copy of Matlab on your computer you can make it run in the full Matlab environment with the Matlab script node. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.