I saw in this forum that many users are using some matlab program
executed in Labview program. I have actually Labview 7.1 and would like
to use some of my matlab program in Labview. Is there an easy way to do
it ?
There is a "matlab script.vi" ,just put it on your block diagram,and add some input and output variable,then you can make matlab program just like what you did in matlab m-file editor.
The MATLAB Script function is kinda buried in the function palette, and
can be found under Functions >> Analyze >> Mathematics
>> Formula. Unfortunately this feature is not available in
the LabVIEW Base package. Hope this helps!
Andy F.
----------------------------------------------------------------- National Instruments
Thanks for help. I found the script with difficulty in the palette (the
path is not written in the help) but it seems to work fine, at least
for simple programs.