Main Content

display

Display summary of SimBiology object

Description

example

display(sobj) displays the summary information of the SimBiology object sobj.

Examples

collapse all

Load the G-protein model.

sbioloadproject('gprotein.sbproj')

Display the summary information of the model.

display(m1)
m1 = 
   SimBiology Model - Heterotrimeric G Protein wt 

   Model Components:
     Compartments:      1
     Events:            0
     Parameters:        9
     Reactions:         6
     Rules:             1
     Species:           7
     Observables:       0

Input Arguments

collapse all

Object, specified as a SimBiology object or array of SimBiology objects.

Version History

Introduced in R2006a

See Also

|