Afficher commentaires plus anciens
在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');
Réponses (0)
Catégories
En savoir plus sur 启动和关闭 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!