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
- last edited on
12-22-2025
01:20 PM
by
Content Cleaner
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.
https://www.ni.com/docs/en-US/bundle/labview/page/calling-the-matlab-software-from-labview.html
http://digital.ni.com/public.nsf/allkb/93DDF49DA2EFED528625670B005B48E9
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/script-node.html
Remind you must have Matlab installed in this case.
Regards,