When will sbmlimport support sbml level 3?

3 vues (au cours des 30 derniers jours)
Jim Bosley
Jim Bosley le 26 Jan 2021
Commenté : Jim Bosley le 21 Sep 2024
Would be useful to know. I believe 2020b only supports level 2, correct?
Has anyone else run into having to use an sblm level 3 model? How do you handle this?
Thanks.

Réponse acceptée

Arthur Goldsipe
Arthur Goldsipe le 26 Jan 2021
SimBiology already supports SBML level 3 version 1. That was introduced in R2016a. You can read more about what is supported here.
  11 commentaires
Arthur Goldsipe
Arthur Goldsipe le 20 Sep 2024
Good to hear from you, Jim. And sorry we still haven't updated our SBML support.
Regarding complex differentiable functions, are there specific functions that I could add support for? In R2022b, I updated SimBiology to automatically replace min, max, and abs with complex differential equivalents during local sensitivity analysis. I could potentially do this for other MATLAB functions.
Jim Bosley
Jim Bosley le 21 Sep 2024
Hi Arthur,
Thanks for your note. I went back and looked. I had CSD versions of the modulo and the erf functions.
Not sure why I had the erf function, except to say that there's more than one way to skin a sigmoid. I used the modulo function to get time of day.
clock_time = mod( time, hours_per_day);

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Import Data dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by