Community Profile

photo

Mostafa Salah


Last seen: 15 days ago Active since 2023

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I get an error despite that the variable xddot is in the scope of the Nested function
clear all; clc; tspan = [0 10]; s0 = zeros(1, 16); [t, s] = ode45(@ODE_EQOM, tspan, s0); % Plotting state variables, s...

7 months ago | 1 answer | 0

1

answer

Question


iam trying to solve a system of differential equations of car model using ode45 but I am always get an error
clear all clc % 8 DOF Car Model %% Model Parameters % Adhesion Limit Meo = 0.85 % Distance of center of gravity C.G from...

7 months ago | 2 answers | 0

2

answers