%%%% 这是调用函数代码
function y1=myfunc(const, t)
a=const(1);
b=const(2);
y1=a*t*t+b;
%%%报错!
??? Input argument "const" is undefined.
Error in ==> myfunc at 2
a=const(1);
Error in ==> mytemptest at 4
beta=nlinfit(t,y,myfunc,[1;1]);
heshenwenwan | 六级
我就说下那个运行的命令按钮的代码把
如果你把那个相片放在了桌面,就可以直接写
Picture1.Picture = LoadPicture("c:\documents and settings\administrator\桌面\1.jpg")
a = a + 1
Text1 = a
这是运行的单击事件。