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* 的完全匹配项(区分大小写)。

 Respuesta aceptada

pntmkh
pntmkh el 21 de Mayo de 2023

0 votos

大小写你要区分,doc dwt

Más respuestas (0)

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 21 de Mayo de 2023

Respondida:

el 21 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!