01-17-2017 07:47 PM
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?
Solved! Go to Solution.
01-18-2017 11:05 AM
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,