Statistik
4 Fragen
0 Antworten
RANG
261.303
of 301.481
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 21.298
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.744
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
Frage
Error when using 2 functions as input in lsim
Whenever I run this program, it gives me an error saying: Error using *. Inner matrix dimensions must agree. Could someone...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use state space matrix to calculate response with inputs
So I have used the code below to obtain the transfer function of the system. I am now asked for the input of F1(x) is exp(-t) an...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error when trying to obtain transfer function from state space representation in MATLAB
A = [-4 0 5 2;0 0 0 0;0 0 0 1;-6 0 -1 -2]; B = [1 2;0 0;0 0;0 5]; C = [1 0 0 0;0 1 0 0;0 0 1 0; 0 0 0 1]; D = zeros(...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error when trying to obtain transfer function from MIMO state-space representation in MATLAB
i'm trying to obtain a transfer function from my state-space MIMO response system. However, when I go to run this code, it will ...
mehr als 8 Jahre vor | 1 Antwort | 0
