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
- last edited on
01-06-2026
02:57 PM
by
Content Cleaner
Hi,
You could use TCP/IP to pass data from your LabVIEW application and Matlab application: https://www.ni.com/en/support/documentation/supplemental/06/basic-tcp-ip-communication-in-labview.ht...
I hope this helps!