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=8175)

wangxu 2009-05-08 16:37

请大侠帮忙看看这个程序哪儿错了 急 急
 
程序:V=0.0822:0.0000125:0.707;
Y=100*(0.625/((1-1/handles.metricdata.i)*V)).^1.35;
plot(V,Y,'r');
以下是错误说明:
??? Error using ==> mrdivide
Matrix dimensions must agree.

Error in ==> otto>caculate_Callback at 99
Y=100*(0.625/((1-1/handles.metricdata.i)*V)).^1.35;
Error in ==> gui_mainfcn at 75
feval(varargin{:});
Error in ==> otto at 42
gui_mainfcn(gui_State, varargin{:});

??? Error using ==> otto('caculate_Callback',gcbo,[],guidata(gcbo))
Error using ==> mrdivide
Matrix dimensions must agree.

??? Error while evaluating uicontrol Callback


所有时间均为北京时间。现在的时间是 11:52

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