从你的程序看if,end,应该是配套的,你试试在M文件中把程序完整写出来,在粘贴在command window,我上次也出现这个问题,前面部分是粘贴的,后面在运行时输入end,就报错。写完整再粘贴就可以了。
I writ this code but show me a error of "Illegal use of reserved keyword "end". 2 Comments Image Analyston 5 Feb 2020 Take it out. You made a mistake. What else can we say without seeing the code you wrote. You forgot to attach it. If that doesn't work, start a new question ...
>> for i=1:1000;sum=sum+i;end >> sum sum = 500500 可能是你的for语句表达式不在一起,程序里不知道你最后的end是啥意思了。
w2=w2+a2*h;end 另外,看看你这些函数是不是都另存到单独的m文件里了
求翻译:Illegal use of reserved keyword "else".是什么意思?待解决 悬赏分:1 - 离问题结束还有 Illegal use of reserved keyword "else".问题补充:匿名 2013-05-23 12:21:38 非法使用保留关键字“其他”。 匿名 2013-05-23 12:23:18 非法使用保留的关键字"其他人"。 匿名 2013-05-23 12:24:...
Illegal use of reserved keyword "function".问题补充:匿名 2013-05-23 12:21:38 非法使用保留关键字“功能”。 匿名 2013-05-23 12:23:18 非法使用的保留关键字"功能"。 匿名 2013-05-23 12:24:58 对后备的主题词“作用”的非法用途。 匿名 2013-05-23 12:26:38 非法使用保留的关键字...
])=[x(i)-xe(j),y(i)-ye(j)]/norm([x-xe(j),y(i)-ye(j)])','hvp(i)','thetap','pxep(j)','pyep(j)')hv(i)=hvp(i);theta=thetap;pxe(j)=pxep(j);pye(j)=pyep(j);end end t=t+1e-12;end t=0;end while x(i)<=2 你需要把那些括号全都去掉才行 ...
matlab中for和if都用end作为结束的标志不用{}还有matlab中的向量(数组从1开始且用小括号引用)而且你的412K之类的是神马?没有乘号?还有单独一行的if是想干什么呢?王勃然1992 1L喂熊 1 不要加大括号,我也遇到了这样的问题,去掉大括号就好了 s3232913 我勒个去 8 for i=0 :1:15 x[i+1] 才行,因为...
等号之间不能有空格
end methods (Access = private)%showing error at this line...Illegal use of reserved keyword"methods" This looks like a portion of an App Designer app, and if it is that is indeed aclassdeffile. Looking at theendkeywords, the last one before themethodsline ends the function. There is no...