All the generated information of a structure model is collected in a class named 'StructureData'. Using this object oriented coding framework, one can take advantage of the default handle class in Matlab for ease of passing data between GUIs without redundant copy and renaming of data[1]. Note, the trick in How to modify coupling matrixes in COSMOSS is made possible by inheriting the handle class.
The class definition locates in:
Here is the properties and the methods defined in the StructureData class:
COSMOSS
code
See Matlab help center for more information. ↩︎