MATLAB 2014b 找不到 *DWT* 的完全匹配项。
Show older comments
clc
clear
% 读文件
X=imread(*E:\matlab\lena256.bmp*);
X=double(X);
[a,b]=size(X);
size_kuai=256;
X2=zeros(size_kuai); % 恢复矩阵
X3=zeros(a,b); % 恢复矩阵
% 小波变换矩阵生成
ww=DWT(size_kuai);
运行之后就显示
找不到 *DWT* 的完全匹配项(区分大小写)。
Accepted Answer
More Answers (0)
Categories
Find more on Wavelet Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!