SimBiology.Library
Library of available units, unit prefixes or abstract kinetic laws
Description
The SimBiology.Library object contains a list of available units,
unit prefixes, and abstract kinetic laws.
Properties
List of available abstract kinetic laws, returned as an array of SimBiology.AbstractKineticLaw objects.
List of available units, returned as an array of SimBiology.Unit objects.
List of available unit prefixes, returned as an array of SimBiology.UnitPrefix objects.
Object Functions
get | Get SimBiology object properties |
Examples
Create the root object, which holds a list of models and libraries.
root = sbioroot
root =
SimBiology Root Contains:
Models: 20
Builtin Abstract Kinetic Laws: 11
User Abstract Kinetic Laws: 0
Builtin Units: 53
User Units: 1
Builtin Unit Prefixes: 13
User Unit Prefixes: 1
Get the list of built-in abstract kinetic laws.
builtinLib = root.BuiltinLibrary
builtinLib =
SimBiology Library Contains:
Abstract Kinetic Laws: 11
Units: 53
Unit Prefixes: 13
aklList = builtinLib.KineticLaws
aklList = SimBiology Abstract Kinetic Law Array Index: Library: Name: Expression: 1 BuiltIn Unknown Unknown 2 BuiltIn MassAction MassAction 3 BuiltIn Henri-Michaelis-Menten Vm*S/(Km + S) 4 BuiltIn Henri-Michaelis-Menten-Reversible (Vmf*S/Ks - Vmr*P/Kp)/(1 + S/Ks + P/Kp) 5 BuiltIn Hill-Kinetics Vm*S^n/(Kp + S^n) 6 BuiltIn Iso-Uni-Uni Vmf*(S - P/Keq)/(Kms*(1 + P/Kmp) + S*(1 + P/Kiip)) 7 BuiltIn Ordered-Bi-Bi Vm/((Ksa*Kmb/(A*B)) + (Kma/A) + (Kmb/B) + 1) 8 BuiltIn Ping-Pong-Bi-Bi Vm/((Kma/A) + (Kmb/B) + 1) 9 BuiltIn Competitive-Inhibition Vm*S/(Km*(1 + I/Ki) + S) 10 BuiltIn NonCompetitive-Inhibition Vm*S/((Ks + S)*(1 + I/Ki)) 11 BuiltIn UnCompetitive-Inhibition Vm*S/(Km + S*(1 + I/Ki))
Get the list of available units.
unitsList = builtinLib.Units
unitsList = SimBiology Unit Array Index: Library: Name: Composition: Multiplier: 1 BuiltIn item item 1 2 BuiltIn molecule molecule 1 3 BuiltIn mole mole 1 4 BuiltIn gram gram 1 5 BuiltIn ounce ounce 1 6 BuiltIn pound pound 1 7 BuiltIn ton ton 1 8 BuiltIn meter meter 1 9 BuiltIn inch inch 1 10 BuiltIn foot foot 1 11 BuiltIn yard yard 1 12 BuiltIn mile mile 1 13 BuiltIn metre metre 1 14 BuiltIn second second 1 15 BuiltIn minute minute 1 16 BuiltIn hour hour 1 17 BuiltIn day day 1 18 BuiltIn week week 1 19 BuiltIn year year 1 20 BuiltIn kelvin kelvin 1 21 BuiltIn ampere ampere 1 22 BuiltIn biot biot 1 23 BuiltIn candela candela 1 24 BuiltIn candle candle 1 25 BuiltIn acre foot^2 43560 26 BuiltIn ares meter^2 100 27 BuiltIn liter decimeter^3 1 28 BuiltIn litre decimeter^3 1 29 BuiltIn gallon inch^3 231 30 BuiltIn pint inch^3 28.875 31 BuiltIn quart inch^3 57.75 32 BuiltIn joule (meter^2*kilogram)/second^2 1 33 BuiltIn calorie (meter^2*kilogram)/second^2 4.1868 34 BuiltIn pascal kilogram/(meter*second^2) 1 35 BuiltIn watt (kilogram*meter^2)/second^3 1 36 BuiltIn molarity mole/liter 1 37 BuiltIn becquerel 1/second 1 38 BuiltIn hertz 1/second 1 39 BuiltIn newton (kilogram*meter)/second^2 1 40 BuiltIn dyne (gram*centimeter)/second^2 1 41 BuiltIn pound_force (pound*foot)/second^2 32.174 42 BuiltIn coulomb ampere*second 1 43 BuiltIn volt (kilogram*meter^2)/(ampere*second^3) 1 44 BuiltIn farad (ampere^2*second^4)/(kilogram*meter^2) 1 45 BuiltIn ohm (kilogram*meter^2)/(ampere^2*second^3) 1 46 BuiltIn siemens (ampere^2*second^3)/(kilogram*meter^2) 1 47 BuiltIn weber (kilogram*meter^2)/(ampere*second^2) 1 48 BuiltIn tesla kilogram/(second^2*ampere) 1 49 BuiltIn henry (kilogram*meter^2)/(ampere^2*second^2) 1 50 BuiltIn gray meter^2/second^2 1 51 BuiltIn sievert meter^2/second^2 1 52 BuiltIn katal mole/second 1 53 BuiltIn dimensionless dimensionless 1
Version History
Introduced in R2006b
See Also
sbioroot | Root | SimBiology.AbstractKineticLaw | SimBiology.Unit | SimBiology.UnitPrefix
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)