photo

Jack


Last seen: 7 months ago Active since 2024

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 = ...

7 months ago | 1 answer | 0

1

answer

Question


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...

7 months ago | 1 answer | 0

1

answer

Question


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...

7 months ago | 1 answer | 0

1

answer