Rank: 6545 based on 0 downloads (last 30 days) and 0 file submitted
Personal Profile:
Professional Interests:
neuroscientist

 

Watch this Author's files

 

Comments and Ratings by Chris
Updated File Comments Rating
20 Oct 2009 SLM - Shape Language Modeling Least squares spline modeling using shape primitives Author: John D'Errico

Very nice John, I will cite you in our papers.

I also got this warning:
Warning: Options LargeScale = 'off' and Algorithm = 'trust-region-reflective' conflict.
Ignoring Algorithm and running active-set method. To run trust-region-reflective, set
LargeScale = 'on'. To run active-set without this warning, use Algorithm = 'active-set'.

and added this line after line numer 158 in your slmengine.m file;
fminconoptions.Algorithm = 'active-set';

now I don't get the warning anymore.

Contact us at files@mathworks.com