Jack
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
error in line 15 at initial conditions please help
function dydt = pendulum_system(t, y) g = 9.81; % Acceleration due to gravity L = 1.0; % Length of the pendulum theta = ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
why am i getting grey figure box can someone fix please
% Constants g = 9.81; % Acceleration due to gravity L = 1.0; % Length of the pendulum t = linspace(0, 20, 1000); % Time v...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
why do i get this message Not enough input arguments. Error in ODEforA6 (line 9) theta = Y(1); and can someone help me please
We cannot easily apply a numerical method with a general value for the initial angle. So, we elect to use the initial conditions...
11ヶ月 前 | 1 件の回答 | 0