求matlab高手帮忙,下面程序中提示Illegal use of reserved keyword "else". 5

function[sigma,tp,ts]=perf(key,y,t)%MATLABFUNCTIONPROGRAMperf.m%%Countsgmaandtp[mp,tf... function [sigma,tp,ts]=perf(key,y,t)
%MATLAB FUNCTION PROGRAM perf.m
%
%Count sgma and tp
[mp,tf]=max(y);
cs=length(t);
yss=y(cs);
sigma=100*(mp-yss)/yss
tp=t(tf)
%Count ts
i=cs+1;
n=0;
while n==0,
i=i-1;
if key==1,
if i==1,
n=1;
else if y(i)>1.05*yss,
n=1;
end;
else if key==2,
if i==1,
n=1;
else if y(i)>1.02*yss,
n=1;
end;
end
end;
t1=t(i);
cs=length(t);
j=cs+1;
n=0;
while n==0,
j=j-1;
if key==1,
if j==1,
n=1;
else if y(j)<0.95*yss,
n=1;
end;
else if key==2,
if j==1,
n=1;
else if y(i)<0.98*yss,
n=1;
end;
end;
end;
t2=t(j);
if t2<tp
if t1>t2
ts=t1
end
else if t2>tp,
if t2<t1,
ts=t2
else
ts=t1
end
end
展开
 我来答
lclvlm
2011-05-23
知道答主
回答量:17
采纳率:0%
帮助的人:19.3万
展开全部
Illegal use of reserved keyword "else". 非法使用了保留字else
循环嵌套的时候出了问题。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
a5gege
2011-05-22 · TA获得超过210个赞
知道小有建树答主
回答量:369
采纳率:0%
帮助的人:448万
展开全部
这个问题我帮不了你哦
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式