04-16-2016 07:33 PM
I have a vi that have a Matlab Script Node and i want to export from that node for XY graph inside Labview.
That works the first time with my graph but no with the other two....
can anyone look my vi and maybe give me a hand please?
I tried before with mathscript node but give me a error (labview memory full).
04-25-2016 12:16 PM
hello soulforce
Do you have any error code?
it looks like you need to register MATLAB as ActiveX server first
04-25-2016 12:30 PM
no, i dont have...
oh, how can i register MATLAB as ActiveX server?
04-25-2016 12:50 PM
Here is some MATLAB information about that
http://www.mathworks.com/help/matlab/matlab_external/register-matlab-as-automation-server.html
I hope this will help you