01-22-2013 02:17 PM
Hi all.
I need to call a .m file from lab view to matlab. I am using mathscript node for image processing. But here I am facing the problem in reading the image and getting the output from mathscript node. Here I am attaching the file. please give me some suggestions how to overcoe this problem. Thanks in advance.
02-28-2013 05:34 AM
Probably a daft question but have you got your Mathscript paths setup?
I setup all my paths in the Tools > Options > Mathscript but found I still had to specify my search paths in my MathScript node to get it to find .m file i.e.
addpath('C:\myFunctions');
Dave