Community Profile

photo

David Geistlinger


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Need help debugging code. Will not plot data
Main File %% define parameters related to road shape road_params.b = 2.0; road_params.c = 0.3; road_params.d = 1.5; road_pa...

5 years ago | 0 answers | 0

0

answers

Question


Need help with and if else statement to be entered into a state space set up
clc clear Mb = 1200; %kg Mt = 15; %kg ks = 30000; %N/m kt = 100000; %N/m Cs = 3000; %N*s/m b = 2; %m c = 0.3; %m...

5 years ago | 1 answer | 0

1

answer

Question


Indexing and for loop
The code listed below is part of the ode45 for a second order problem. I am not getting the right solution with it and my teach...

5 years ago | 0 answers | 0

0

answers

Question


Help with for loop and indexing
for k=1:length(x1) q= l.*(x_prime).^2; j= 110.*(x1-8); i= 3.*(x_prime); if x1(k) >= 0 && x1(k) <= 8 x_double_prime...

5 years ago | 1 answer | 0

1

answer

Question


ODE45 arguments not working
Not sure why this isnt working. I cut and pasted same code from other ODE45 function for 50kg jumper. All i changed was the va...

5 years ago | 1 answer | 0

1

answer

Question


Need help with Operands operators must be convertible to logical scalar values
Receving this error: Operands to the || and && operators must be convertible to logical scalar values. Error in DriverProgram ...

5 years ago | 2 answers | 0

2

answers

Question


I am having trouble writing a ODE45 function for this bungee jumping problem.
Having trouble with this ode45 function. How do I get the second order of this. {code} function [uprime] = ODE4550kg(t,u ) ...

5 years ago | 1 answer | 0

1

answer