07-11-2015 08:02 PM
@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.
07-12-2015 12:15 AM
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 :
07-12-2015 01:57 AM
07-12-2015 03:32 AM
matlab made this automatically , when you use plot,surf and etc'