photo

Mohammad Alzoubi


Last seen: presque 5 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
195 099
of 301 338

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 236

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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;...

presque 5 ans il y a | 1 réponse | 0

1

réponse

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(...

presque 5 ans il y a | 1 réponse | 0

1

réponse

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) - ...

environ 5 ans il y a | 1 réponse | 0

1

réponse