Where is the 'constr' function located?
Mostra commenti meno recenti
Hi,
And I'm having the following error:
Undefined function 'constr' for input arguments of type 'char'.
The calling code is as follows:
x = pinv(A) *white;
whiteS = x + null(A) * constr('colorFun',zeros(N-3,1),options);
I thought the function was in the Optimization toolbox, but it actually doesn't looks like it.
Cheers,
Thomas
1 Commento
Thomas Mansencal
il 18 Ott 2014
Modificato: Thomas Mansencal
il 18 Ott 2014
Risposte (1)
If the following link is talking about the same 'constr', it was replaced by fmincon some time ago
2 Commenti
Thomas Mansencal
il 18 Set 2014
Matt J
il 18 Set 2014
No, but you could write your own constr.m file that acts as a wrapper for fmincon, passing the input data to fmincon in the form that it expects.
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!