spring_mass(F,m,k,w​,t,y)

Version 1.0.0.0 (280 octets) par N Narayan rao
Response of un-damped spring mass system at natural frequency
179 téléchargements
Mise à jour 22 août 2016

Afficher la licence

Mechanical resonance is the tendency of a mechanical system to respond at greater amplitude when the frequency of its oscillations matches the system's natural frequency of vibration .
clear all
clc
y0=[0;0];
tspan=[0 5];
k=2e3;
m=2;
F=1;
w=sqrt(k/m);
[T,Y]=ode45(@(t,y) spring_mass(F,m,k,w,t,y),tspan,y0);
plot(T,Y(:,1));

Citation pour cette source

N Narayan rao (2024). spring_mass(F,m,k,w,t,y) (https://www.mathworks.com/matlabcentral/fileexchange/58811-spring_mass-f-m-k-w-t-y), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2013a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Assembly dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0