LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stopping VI , takes to long

Solved!
Go to solution

@Cobmetal wrote:

can you please explain how to get this done ? 


Well, we don't really have enough information. What does the matlab code do? Easiest would be to rewrite it in plain LabVIEW and get rid of that monstrosity. Alternatively, you can output the processed result from the matlab script node using outputs and display it using LabVIEW indicators.

0 Kudos
Message 21 of 24
(1,407 Views)

Hi , the code is filtering interpolating and plotting spectrogram of an audio signal , im not very familiar with labview , so i wrote this script in matlab , i just want that the figure will be shown no as an popup window , but in the front panel .

here is my matlab code :

Capture.PNG

0 Kudos
Message 22 of 24
(1,363 Views)
http://www.mathworks.com/help/matlab/ref/figure.html

If you don't want the pop-up window, don't call it.
0 Kudos
Message 23 of 24
(1,329 Views)

matlab made this automatically , when you use plot,surf and etc'

0 Kudos
Message 24 of 24
(1,284 Views)