MATLAB fcn 使用怎么总是出错
我的M文件是function y=jiao(t1,t2)if t1==0&t2==0
y=0;
end
if t1<0&t2>0
y=pi-atan(abs(t2/t1));
end
if t1<0&t2<0
y=pi+atan(t2/t1);
end
在Matlab Fcn模块的参数设置中,即matlab function:下的框中输入为jiao(u(1),u(2))。
仿真时总是出现下面的问题
Error in 'bijiaoer/MATLAB Fcn' while evaluating expression: Undefined command/function 'jiao'.
麻烦赐教,拜托了。 注意当前路径 要在保存路径下 我确定了是在当前路径下 已经弄好了
谢谢提点 请问楼主你最后是怎么弄好的啊?只是路径出错了吗?
页:
[1]