LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Matlab code in LabVIEW

Hi,

I have never used LabVIEW and I am wondering if there is a way to run Matlab code in LabVIEW. If so, how would I do it and are there any special instructions or tips I should know about?
0 Kudos
Message 1 of 3
(3,225 Views)
What is your LabVIEW version?
Do you have matlab installed on your computer?
 
In older LabVIEW versions, you can only use the matlab script node, which requires that you have a copy of matlab installed.
 
In newer versions, you have two more alternatives that don't require the purchase of Matlab:
  1. Use a mathscript node.
  2. Use a scilab script node.
 
There is even a mathscript forum here: http://forums.ni.com/ni/board?board.id=MathScript
Message 2 of 3
(3,217 Views)
On Nov 2, 3:10 pm, altenbach <x...@no.email> wrote:
> What is your LabVIEW version?
> Do you have matlab installed on your computer?
> &nbsp;
> In older LabVIEW versions, you can only use the matlab script node, which requires that you have a copy of matlab installed.
> &nbsp;
> In newer versions, you have two more alternatives that don't require the purchase of Matlab:
>
> - Use a mathscript node.
>
> - Use a scilab script node.
>
> Information on mathscript: <a href="http://zone.ni.com/devzone/cda/tut/p/id/3502" target="_blank">http://zone.ni.com/devzone/cda/tut/p/id/3502</a>
> Information on scilab: <a href="http://zone.ni.com/devzone/cda/epd/p/id/657" target="_blank">http://zone.ni.com/devzone/cda/epd/p/id/657</a>
> &nbsp;
> There is even a mathscript forum here: <a href="http://forums.ni.com/ni/board?board.id=MathScript" target="_blank">http://forums.ni.com/ni/board?board.id=MathScript</a>

Thank you, for providing information on the availability of the Scilab
Script Node for Labview.

Howard

0 Kudos
Message 3 of 3
(3,170 Views)