matlab循环 正忙。
이전 댓글 표시
在matlab里面输入下面的代码 一直显示正忙 是不是陷入了死循环 大神们能帮忙看一下么
v=[15 16 17 18 19];
f=[76 79 83 88 93];
for i=1:1:5
for a=0.1:0.1:1
for b=0.1:0.1:1
while a+b==1
vc=a*v(i)+b*v(i+1);
end
end
end
end
F=interp1(v,f,vc,'linear');
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 启动和关闭에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!