Scalogram and subplots

2 次查看(过去 30 天)
Tom
Tom 2011-3-7
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);

回答(1 个)

Honglei Chen
Honglei Chen 2011-3-7
Hi Tom,
Does
>> wscalogram('image',c,'scales',scales,'ydata',data);
work for you or you want more control? Thanks.

类别

Help CenterFile Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by