photo

sang un jung


Last seen: mehr als 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
174.308
of 301.229

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.196

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.512

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


please tell how ?
num=[303 4848 0]; den=[1 16 164]; ea=tf(num,den) subplot(1,2,2) step(ea) express it with

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to add
syms s ode = matlabFunction(ilaplace(134/(s^2 + 16*s + 134)),'Vars',{'t','y'}) [t, y] = ode45(ode,[0 1],0); subplot(1,2,2) p...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please tell me how to use ode45 code
num=134; den=[1 16 134]; x=tf(num,den) subplot(1,2,1) step(x) title('(a)') I want to express this code as ode45, how do I ...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten