Where is the 'constr' function located?
古いコメントを表示
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 件のコメント
Thomas Mansencal
2014 年 10 月 18 日
編集済み: Thomas Mansencal
2014 年 10 月 18 日
回答 (1 件)
If the following link is talking about the same 'constr', it was replaced by fmincon some time ago
2 件のコメント
Thomas Mansencal
2014 年 9 月 18 日
Matt J
2014 年 9 月 18 日
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.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!