07-11-2015 03:51 PM
Hi , i have a matlab script which analyze data that sampled using myDAQ , the script produce a popup window with a figure which have the results , how can i plot the result into the front panel and not as a popup window ?
Thank you in advance
07-11-2015 04:23 PM
You've already learned how to use inputs on the node to bring data in from LabVIEW. You can do something similar to get the values out of the node and into LabVIEW. This is a feature of formula nodes in general. See the LabVIEW help on the MATLAB node for specifics. 🙂