LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

matlab figure in front panel

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

0 Kudos
Message 1 of 2
(2,985 Views)

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.  🙂

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(2,964 Views)