Hoe can I use solvers of tomlab toolbox in simbiology?
In Simbiology normally I use:
configsetObj = getconfigset(model);
set(configsetObj, ''StopTime'', 86400, ''SolverType'', ''ode15s''); % for ''ode15s''solver
now is it possible to follow same procedure:??
set(configsetObj, ''StopTime'', 86400, ''SolverType'', *''SNOPT''*); % a TOMLAb solver
or, what will be the actual code for ''SNOPT'' , ''NPSOL'' etc.
Regards,
Emran