photo

cf


Last seen: 2 Monate vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

MATLAB Answers

1 Frage
1 Antwort

RANG
300.145
of 301.234

REPUTATION
0

BEITRÄGE
1 Frage
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.204

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.580

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

Feeds

Anzeigen nach

Beantwortet
plot the output c(t) using mathlab and show setting time on you graphf
A=1 B=-1 inverse laplance of 1/s=1 inverse laplance of 1/(s+5)=e^-5t c(t)= 1+e^-5t setting time is 0.7832

fast 2 Jahre vor | 0

Frage


plot the output c(t) using mathlab and show setting time on you graphf
syms t tau; A = [0 2; -2 -5]; B = [0; 1]; C = [2 1]; x0 = [1; 2]; Phi_t = expm(A*t); x_h = Phi_t * x0; u_tau = 1; %...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten