Statistik
RANG
19.491
of 300.853
REPUTATION
2
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 21.094
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.319
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
Constrained Optimization, a function that returns a vector?
Hmm, I used: x0=[0,0,0] A=[] b=[] [x,fval] = fmincon(fun,x0,A,b) fun = @(x)((y_zad_k-y_k)'*(y_zad_k-y...
mehr als 8 Jahre vor | 0
Frage
Constrained Optimization, a function that returns a vector?
Hello! I looking for some matlab function (Constrained Optimization) which one returns a vector. The function what I try minima...
mehr als 8 Jahre vor | 2 Antworten | 0
2
Antwortenfmincon in MATLAB Function block (SIMULINK)
Hello Sebastian, thanks 4 your answer. I did my own linear MPC with state space model without Toolbox. There I used another fu...
mehr als 8 Jahre vor | 0
Frage
fmincon in MATLAB Function block (SIMULINK)
Hello! I'd like to do MPC controller by using MATLAB. Could u help me with my problem? I try to use 'fmincon' in MATLAB Functi...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenEmbedded matlab function error
Oh, i used this: N = 10000; assert(a< N); I = eye(a); It is working!
mehr als 8 Jahre vor | 1
Embedded matlab function error
Still the same.. Can I control size of matrix from external sourse?
mehr als 8 Jahre vor | 0
Frage
Embedded matlab function error
Hello! How can I resolve this error: "Computed maximum size of the output of function 'eye' is not bounded. Static me...
mehr als 8 Jahre vor | 3 Antworten | 0
