Error using optimset. Unrecognized parameter name 'large'.
Mostrar comentarios más antiguos
I am using R2016 Student ($49 version) for Mac. My coworker is using R2013 Full version for Windows and when running the exact same code his works while mine displays this error:
Error using optimset (line 219)
Unrecognized parameter name 'large'. Please see the optimset reference page in the documentation for a list of
acceptable option parameters. Link to reference page.
Error in fit_seetha_2015 (line 138)
opt = optimset('disp','off','large','on','jacobi','on','tolx',1e-4,'tolf',1e-4,'maxi',120);
I have tried Google for similar issues but I can't find a fix. Could this be an issue with a missing toolbox? Version? Student? Mac?
Thanks for any help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!