04-16-2013 05:54 AM
Hi Everyone
after searching i didnt find a helpful answer for my question.
im trying to link mfile that calls many other function files to do calculation. i used matlab script to call the mfile but it does not respond. i only pasted th mfile of the main code where all the other functions gets called to perform some calculations.
thanks alot.
04-17-2013 08:37 AM
I may have had the same problem whereby I was calling functions in .m file from a matlab script node but getting errors everytime.
The fix for me was to use the addpath() method on all directories where I had matlab file and that seemed to sort everything out.