01-27-2017 01:46 PM
I'm using my labview on host PC to run the test. I also would like to do matlab data analysis on a client PC where matlab is installed but no labview is installed). How can I use host PC Labview to issue the matlab command on client PC and pass variables that will be used in the matlab script? Thanks a lot in advance!!
02-01-2017 04:31 PM
Hi,
You could use TCP/IP to pass data from your LabVIEW application and Matlab application: http://www.ni.com/white-paper/2710/en/
I hope this helps!