MATLAB: Does anybody please explain how to use ‘tomlab’ in Simbiology

optimizationSimBiologytomlab

Hello, does anybody please explain how to use 'tomlab' in Simbiology? previously I used sundial, ode15s etc. Now I want to use tomlab instead of those.
Thanks in advance.
Emran

Best Answer

Hi Arthur,
Thanks a lot. I use the same outline as you have given. Now I only want to use the 'solvers of tomlab'.
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