Coding the Mass-Spring-Damper System in MATLAB (2/2)

  Рет қаралды 11,070

Jaisohn Kim VT

Jaisohn Kim VT

Күн бұрын

Пікірлер: 5
@wanahmadfadhli7914
@wanahmadfadhli7914 Жыл бұрын
Thank you so much man.
@agnesasopaj
@agnesasopaj 4 ай бұрын
Hello! Do you have the example for double mass-spring-damper system?
@jaisohnkimVT
@jaisohnkimVT 4 ай бұрын
Hello, I don't have any 2DOF mass-spring-damper examples, but MathWorks does (www.mathworks.com/help/simscape/ug/double-mass-spring-damper-in-simulink-and-simscape.html) and this page on the File Exchange seems reputable (www.mathworks.com/matlabcentral/fileexchange/159391-double-mass-damper-mechanical-system)
@georgecoombs5777
@georgecoombs5777 Жыл бұрын
Great video thanks!!!!! but how would you plot the acceleration??
@jaisohnkimVT
@jaisohnkimVT Жыл бұрын
Recall that m*xddot + c*xdot + k*x = u, so the acceleration (xddot) is: xddot = (-c/m)*xdot - (k/m)*x + (u/m) Hopefully this is familiar from when we put the system into state-space form. Therefore, you can do something like: [t,x,v] = ode45(stuff); a = (-c/m)*v - (k/m)*x + (u/m); figure plot(t,a) This is the most "proper" way in my mind. You could alternatively obtain the accel vector by numerically differentiating the velocity vector, although I am not a fan of this because it could introduce noise into the accel vector. Hope this helps!
Coding the Mass-Spring-Damper System in MATLAB (1/2)
7:39
Jaisohn Kim VT
Рет қаралды 11 М.
Example Second-Order ODE: Spring-Mass-Damper
33:00
Steve Brunton
Рет қаралды 51 М.
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 13 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 2,3 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 33 МЛН
Matlab Simulink model of a Mass-Spring-Damper system
21:05
Ziyad Masoud
Рет қаралды 69 М.
Everything You Need to Know About Control Theory
16:08
MATLAB
Рет қаралды 568 М.
Coding the SIR Epidemic Model in MATLAB (1/2)
8:12
Jaisohn Kim VT
Рет қаралды 6 М.
Solving Two degree of Freedom System with Matlab-Ode45
9:33
Simscape Multibody Spring-Mass System | MATLAB Tutorial
8:32
Mass-Spring-Damper MATLAB Design Problem (1/2)
10:40
Jaisohn Kim VT
Рет қаралды 2,1 М.
ASMR Programming - Spinning Cube - No Talking
20:45
Servet Gulnaroglu
Рет қаралды 4,1 МЛН
PID control of a mass-spring-damper (Kevin Lynch)
4:10
Northwestern Robotics
Рет қаралды 23 М.
Modeling and Simulation of Spring Mass Damper System | MATLAB
39:25
Learning Orbis
Рет қаралды 28 М.
FREE and  FORCED vibration of DAMPED system in MATLAB|| SDOF||State Space|| Vibration with MATLAB L3
18:06
Mechanical Engineering by Ashish Purohit
Рет қаралды 25 М.