photo

Mark Johnson


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
105,366
of 300,379

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


My outputs are unrealistically high and I have no idea why, d,x,xdot,xdotdot at in magnitudes beyond what it needs to be
Delta_t=1; theta=1.4; a_0=6/(theta*Delta_t)^2; a_1=3/(theta*Delta_t); a_2=a_1*2; a_3=(theta*Delta_t)/2; a_4=a_0/theta; a_...

3 years ago | 1 answer | 0

1

answer

Question


Trying to make Dynamic equations work with varying mass over time
I am trying to make the dynamic equations at the bottom to create plots that show the change to displacement, velocity, and acce...

3 years ago | 1 answer | 0

1

answer

Question


Trying to make a variable change between time intervals then output an array to plot the change of force
L=100; t=1:0.2:300; while t<100 Mw=20 while t>100 and t<200 Mw=100 while t>200 Mw=17 ...

3 years ago | 1 answer | 0

1

answer