Flower Posted March 10, 2010 Report Share Posted March 10, 2010 Hi i am working in a project using basically labview 8.2 and i wrote a program in matlab R2008(m file)and i want to run this file in my labview program; i also load this program into mathscript window but it didn't work because the m file contains many functions; i was wondering if you can please help me in this manner. looking forward to recieving from you Quote Link to comment
Biometrology Posted March 11, 2010 Report Share Posted March 11, 2010 Hi i am working in a project using basically labview 8.2 and i wrote a program in matlab R2008(m file)and i want to run this file in my labview program; i also load this program into mathscript window but it didn't work because the m file contains many functions; i was wondering if you can please help me in this manner. looking forward to recieving from you You need to use a MATLAB script node. This requires you to have a MATLAB licence available but enables you to run native MATLAB code including using the toolboxes. You just need to have a script file that calls your functions - like in the example here. Cheers Alex 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.