Jim Bosley in MATLAB Answers
最後のアクティビティ: 2025 年 3 月 14 日

In SimBiology, there is a limited set of units one case use. Amount, or concentration. This is often inconvenient, as (for example) I might want to use timers (units of time), or surrogates for concentration (like MFI for nanomoles/milliliter). Too, many sbml models use units that aren't in the set of acceptable ones. One can use user-defined units, but these generally link with defined units and this means that one could have unit conversions that have no bearing on reality. What is the recommended work-around for this? What progress has been made with respect to allowing species units that are neither amounts nor concentrations? Thanks!