Home > Mobile >  Simbiology toolbox and fmincon in MATLAB
Simbiology toolbox and fmincon in MATLAB

Time:09-17

Is is possible to use the model simulated in the Simbiology toolbox of Matlab to be used to implement fmincon for the same by calling the model from Simbiology?

CodePudding user response:

It is possible to simulate the SimBiology model from a MATLAB script or the command line (see sbiosimulate). This allows the simulation results to be used by any other MATLAB function as needed. I assume that in your case you want to use the simulation results to construct an objective function to use with fmincon and it is possible. Let me know if you need more details.

CodePudding user response:

The short answer is probably, yes. If you have access to the tools and try this, let me know and we can help further.

  • Related