統計
MATLAB Answers
1 質問
0 回答
ランク
of 176,380
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I am trying to reduce the step size for my inside for loop until the maximum difference between successive iterations is less than 0.1%. Is there a way for me to keep the values of y1 while reducing the step size for each run until the maxdifference?
% Initialization h = 0.5; %Step size Ni = 50; %Number of steps x(1:Ni) = 0; y1(1:Ni) = 0; % Initial condi...
9年以上 前 | 0 件の回答 | 0