Scalogram and subplots
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am using wscalogram to output wavelet scalograms, and was trying to get this on a subplot with the original signal. It seems to 'steal' the plot instead, is there any way to get it showing both the plots?
>> figure;
>> subplot(2,1,1),plot(data);
>> subplot(2,1,2),wscalogram('image',c,'scales',scales);
0 Kommentare
Antworten (1)
Honglei Chen
am 7 Mär. 2011
Hi Tom,
Does
>> wscalogram('image',c,'scales',scales,'ydata',data);
work for you or you want more control? Thanks.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!