統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,689
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Index in position 1 is invalid. Array indices must be positive integers or logical values. Error MATLAB 2019a
Hey so I am using a simple Runge Kutta 4 function I wrote to model the path of 2 bodies with only their gravitational force acti...
約6年 前 | 0 件の回答 | 0
0
回答質問
iteration till value converges
%getting all the given variables m = 500 ;%mass of the helicopter in kg h = 600; %altitude at which the helicopter is flying...
8年弱 前 | 0 件の回答 | 0
0
回答質問
Index exceeds matrix dimensions error
for i=1:6 w(1)=w_o; Vmean(i) = sqrt ((w(i)-V*sind(alpha))^2 + (V*cosd(alpha))^2); w(i) = T / (2*rho*A*Vmean(i)) ...
8年弱 前 | 2 件の回答 | 0
