LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a neural network made with MATLAB toolbox in LabView?

Solved!
Go to solution

I would like to know how to train a neural network in Matlab and use this in Labview? I know I have to use the MathScript, but as I do that once the network trained in matlab is a .mat file?

0 Kudos
Message 1 of 2
(5,964 Views)
Solution
Accepted by topic author GringoButzlaff1

Hi GringoButzlaff1,

 

Well, it is not all MATLAB code/script that can run in LabVIEW by using MathScript.

 

If there is some IP (Intelectual Property) function in the code, that is, functions from any MATLAB Toolbox, you won't be able to run it using MathScript.

 

In fact, you should call the MATLAB script node in you code. This node invokes the MATLAB software script server to execute scripts written in the MATLAB language syntax, and are only available for windows.

 

Try coding it using the MATLAB script node and tell me if that worked for you.

 

Best Regards.

 

 

Felipe Flores
Technical Support Engineer
National Instruments
0 Kudos
Message 2 of 2
(5,924 Views)