photo

Austin Kim


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
204,896
of 300,392

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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


I need to find an acceleration transfer function that relates the acceleration of the sprung mass and the road surface. Is the code I am using correct?
clc close all clear ms = 300; mu = 50; ks = 16000; bs = 1000; kt = 160000; A = [ 0 1 0 0; ks/ms -bs/ms ks/ms bs/ms...

6 years ago | 1 answer | 0

1

answer

Question


Matlab File not running when selected from a Zip file
I compressed a Folder into a zip file with multiple Matlab functions and a Matlab script and labeled it Project1. However when I...

6 years ago | 1 answer | 0

1

answer