When will sbmlimport support sbml level 3?

조회 수: 16 (최근 30일)
Jim Bosley
Jim Bosley 2021년 1월 26일
댓글: Jim Bosley 2024년 9월 21일
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.

채택된 답변

Arthur Goldsipe
Arthur Goldsipe 2021년 1월 26일
SimBiology already supports SBML level 3 version 1. That was introduced in R2016a. You can read more about what is supported here.
  댓글 수: 11
Arthur Goldsipe
Arthur Goldsipe 2024년 9월 20일
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 2024년 9월 21일
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);

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Import Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by