matlab循环 正忙。
Show older comments
在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');
Answers (0)
Categories
Find more on 启动和关闭 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!