Scalogram and subplots

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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

제품

질문:

Tom
2011년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by