How to solve the elements are different between X0 and H in quadprog
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zekun Yang
am 11 Dez. 2023
Kommentiert: Zekun Yang
am 11 Dez. 2023
In my Simulink model, the H[10x10],x_start[10x10], but
'The number of rows and columns in H must be the same as the number of elements of X0.'
"[X,~,exitflag]=quadprog(H,f,A_cons,b_cons,[],[],lb,ub,x_start,options)"
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 11 Dez. 2023
The initial value parameter, x_start in this context, must be a vector .
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Refinement finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!