Community Profile

photo

Mohammad Alzoubi


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot the “Response” and the “damping exponential function of the transient solution” on the same figure?
how to plot the exponential curve like this pucture on the same figure ? I have done this part of the code ------- clear all;...

3 years ago | 1 answer | 0

1

answer

Question


How to put a variable in transfer function num and den?
when i include a symbolic variable in a numenator of transfer function clear all;clc; syms k; n1=[k]; d1=[1 10]; G=tf(...

3 years ago | 1 answer | 0

1

answer

Question


How can I showe laplace answer
clear;clc; syms s t Y y(t); DE=diff(y(t),t,2)+4*diff(y(t),t)+3*y(t) LL=laplace(DE) LL = 4*s*laplace(y(t), t, s) - D(y)(0) - ...

3 years ago | 1 answer | 0

1

answer