Feeds
질문
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...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
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 ) ...
대략 7년 전 | 답변 수: 1 | 0

