Jack
Followers: 0 Following: 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