syms x t a
b=[];
a=1
for i =1:12
c=solve(int(x^2,x,a,t)-1/3,t,'Real',true);
a=c;
b=[b;a];
end
b
MATLAB,想求定積分的上限,然后把求的上限c賦值給下限a,通過a再進行求上限,請問我的回圈哪里錯了,和我想的結果不一樣,這種情況應該怎么編程,求大神指點。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/10172.html
標籤:其他技術專區
上一篇:爬蟲代理池測驗代理例外報錯:concurrent.futures._base.TimeoutError
下一篇:postman + newman ,報錯There was an error sending this request
