急急急数模中 哪位大哥帮我看下这个m文件哪错了
我觉得我这个m文件没有 错 可就是运行出错??? Input argument "a" is undefined.
Error in ==> trans3 at 2
temp=a(:,1).*10;
>> a=trans3(f206)
??? Error using ==> trans3
Too many output arguments.
>> b=trans3(f206);
??? Error using ==> trans3
Too many output arguments. 老是提示这个 怎么回事啊
trans3使用错误了 temp=a(:,1).*10这一行出错了,不能这样写。你可以写temp=10*a(:,1);
页:
[1]