Christopher Nogiec in MATLAB Answers
最後のアクティビティ: 2023 年 10 月 20 日

The ultimate goal is to make a hybrid dynamic model and a steady-state model. So, at each step, the model runs, one of the species will be the input to the steady-state model that runs using LP, but doesn't affect I have a species that calls a repeated assignmet and I made a custom MATLAB function that uses linear programming (glpk). I even set it so that the actual function doesn't affect the model. However, I think the glpk is messing up with the ODE solver. When I don't call the LP solver, the model runs as expected. Are there setting that I can adjust to limit this? I already tried disabling absolute tolerance scaling. Would there be another LP solver that wouldn't interfere? Does MATLAB have a built in LP solver? I'm using Matlab and Simbiology 2020b on Windows 10