Ältere Kommentare anzeigen
在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');
Antworten (0)
Kategorien
Mehr zu 启动和关闭 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!