Re: Own MATLAB functions and LabVIEW

2004-05-31 Thread Biesti
Have you found the answer? I have the same problem...

Re: Own MATLAB functions and LabVIEW

2004-02-19 Thread Jeremy Braden
I do not have Matlab on my machine, so this is a shot in the dark. -- Make sure the m file is located in Matlab's search path.

Own MATLAB functions and LabVIEW

2004-02-17 Thread T_M
Where should my own functions be located that they can be found by a script running in LabVIEW? Take for example the following simple script, which uses 'myfun.m': plot(x,myfun(x)); Where should myfun.m be located? Thanks in advance, Tim