Statistica
RANK
19.491
of 300.851
REPUTAZIONE
2
CONTRIBUTI
3 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
1
RANK
of 171.294
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre 8 anni fa | 0
Domanda
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...
oltre 8 anni fa | 2 risposte | 0
2
rispostefmincon 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...
oltre 8 anni fa | 0
Domanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteEmbedded matlab function error
Oh, i used this: N = 10000; assert(a< N); I = eye(a); It is working!
oltre 8 anni fa | 1
Embedded matlab function error
Still the same.. Can I control size of matrix from external sourse?
oltre 8 anni fa | 0
Domanda
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...
oltre 8 anni fa | 3 risposte | 0
