LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can a Matlab script inside a VI use toolboxes?

Solved!
Go to solution

I was wondering if I can use LabVIEW to get data from my mobile robot via ESP8266 and then use the data into a neural networking from matlab. The problem is that I will need to use the neural network toolbox inside LabVIEW. This is possible?

0 Kudos
Message 1 of 2
(2,973 Views)
Solution
Accepted by topic author Hawk1705

Hello, Hawk1705

 

Yes, this is possible, and better it is easy. LabVIEW has a structure called MATLAB script node, which invokes the MATLAB software script server to execute scripts written in the MATLAB. You can get more information about it on the links below.

http://zone.ni.com/reference/en-XX/help/371361N-01/lvhowto/creating_a_matlab_script/

http://digital.ni.com/public.nsf/allkb/93DDF49DA2EFED528625670B005B48E9

http://zone.ni.com/reference/en-XX/help/371361N-01/gmath/matlab_script_node/

 

Remind you must have Matlab installed in this case.

Regards,

Plínio Costa
Senior Techinical Support Engineer
National Instruments Brazil



0 Kudos
Message 2 of 2
(2,905 Views)