fmincon "matrix dimensions must agree" error
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Brandon Campanile
el 7 de Nov. de 2018
Comentada: Ankita Chadha
el 7 de Jun. de 2021
I'm not going to post the entire code, but it can be seen in this Github repo on the "optimization" branch. Run the GUI and click the "Optimize" button to get the error, or you can just read the "optimization.m" file. The exact error is below; I was hoping someone could tell me what is going on. It was working yesterday and I haven't changed much. Thank you.
Matrix dimensions must agree.
Error in finitedifferences
Error in computeFinDiffGradAndJac
Error in barrier
Error in fmincon (line 813)
[X,FVAL,EXITFLAG,OUTPUT,LAMBDA,GRAD,HESSIAN] = barrier(funfcn,X,A,B,Aeq,Beq,l,u,confcn,options.HessFcn, ...
Error in optimization (line 39)
b_min = fmincon(func, x0, A, c, Aeq, beq, lb, ub, nlc);
0 comentarios
Respuesta aceptada
Brandon Campanile
el 8 de Nov. de 2018
2 comentarios
Arthur Iasbeck
el 18 de Mayo de 2020
I was facing the same problem and worked for me too. Thanks Brandon.
Ankita Chadha
el 7 de Jun. de 2021
So how do you get rid of this error? Since it is a built in function, I am unable to debug this one.
Más respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!