Why am I getting a quadprog error Unexpected Standard exception from MEX file. What() is:bad allocation?

12 visualizzazioni (ultimi 30 giorni)
I was solving some problems using quadprog but I observed that for larger inputs I run into the following message: error in quadprog 
Unexpected Standard exception from MEX file.
What() is:bad allocation
..
The same code is able to run on other computers, but takes an extremely long time.

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 3 Apr 2018
This error is due to a memory issue. 
Making all matrices sparse before calling quadprog reduces the computing time and also eliminates the error.
 

Più risposte (0)

Categorie

Scopri di più su Quadratic Programming and Cone Programming in Help Center e File Exchange

Prodotti


Release

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by