統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,555
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
What is wrong with my code?
% It finds the velocity using RK 4 method clc; % Clears the screen clear all; h = input('Insert the value of the step size: '...
5年以上 前 | 2 件の回答 | 0
2
回答質問
What is wrong with my code?
% Itfinds the velocity using RK 4 method clc; % Clears the screen clear all; F = @(t,v) 9.81 - ((0.28/85) * (v^2)); t0 = inp...
5年以上 前 | 1 件の回答 | 0