MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB数学相关] 求高手指点 (https://www.labfans.com/bbs/showthread.php?t=17720)

妖娆。 2012-09-16 21:16

求高手指点
 
[SIZE="5"]运行下面的程序,[/SIZE]

% 设置有效支撑和网格参数
lb = -8; ub = 8; n = 1024;
% 计算并画出Meyer小波和尺度函数
[phi,psi,x] = meyer(lb,ub,n);
subplot(211), plot(x,psi)
title('Meyer 小波')
subplot(212), plot(x,phi)
title('Meyer 尺度函数')
[SIZE="5"]
就出现[/SIZE]
??? Attempt to execute SCRIPT meyer as a function:

Error in ==> Untitled5 at 4
[phi,psi,x] = meyer(lb,ub,n);


[SIZE="5"]求解??为什么仿不出来呢???[/SIZE]


所有时间均为北京时间。现在的时间是 13:19

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.