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!