注册 登录
编程论坛 Matlab

[求助]图像压缩EZW算法程序出错,求助

diodiozhu 发布于 2007-06-17 15:59, 951 次点击

clear,clc
load indices
format long
% Prepare for RASTER scan [Sha93]
xm=mapping_128;
xm=xm(:);
load lena.mat
?? Error using ==> load
Unable to read file indices: No such file or directory.

Error in ==> ezw_encode_128 at 2
load indices

运行后程序报错,求救阿!怎样得到lena.mat文件阿?马上交作业了,忘好心人赐教!谢谢哦

0 回复
1