Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Matlab help, code want run eval command and I need help corecting the code. Please do not answer if you do not konw how to
Matlab help, code want run eval command and I need help corecting the code. Please do not answer if you do not konw how to fix the code.
Calculate and plot the total response of the springmassdamper system with m kgzeta and k Nm to the signal defined by:
with maximum force of N Assume that the initial conditions are zero, and let T pi s
Here is my code:
clcclear,close all;
m ;
c ;
k ;
T pi;
syms s t
exprexpsttT;
exprexpstTtT;
F exppisintexprtpiintexprtpipi;
X Fmscsk;
x simplifyilaplaceX;
t ::;
xn evalx;
plottxn
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started