MATLAB 2014b 找不到 *DWT* 的完全匹配项。

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

pntmkh
pntmkh on 21 May 2023

0 votes

大小写你要区分,doc dwt

More Answers (0)

Categories

Find more on Wavelet Toolbox in Help Center and File Exchange

Tags

Asked:

on 21 May 2023

Answered:

on 21 May 2023

Community Treasure Hunt

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

Start Hunting!