MATLAB question dont change subject
Give the matlab code for the following, i need to find the critical damping coefficient of a system
User will enter mass and stiffness and the code will print the critical damping coefficient
Give working code
or else i will badly downvote
clc;clear all
m=input('Enter the mass: '); %%user enters the mass
k=input('\nEnter the stiffness'); %%user enters stiffness
criticaldamping=2*sqrt(k*m) %%%computes the critical damping
Get Answers For Free
Most questions answered within 1 hours.