www.gusucode.com > wavelet 源码程序 matlab案例代码 > wavelet/Plot2DCWTExample.m

    %% Plot 2-D CWT  
% Load an image of a woman, obtain the 2-D CWT using the Morlet wavelet,
% and plot the CWT coefficients. 
load woman;
cwtmorl = cwtft2(X,'scales',1:4,'angles',0:pi/2:3*pi/2,'plot');