Term
|
Definition
|
|
Term
|
Definition
used to access fields of a structure |
|
|
Term
|
Definition
allows "var" (a variable) to become the fieldname |
|
|
Term
getfield(struct(index), 'fieldname') |
|
Definition
fives you the VALUE of the specific fieldname in sctructure "struct' with specific index |
|
|
Term
|
Definition
returns 1 is the class of obj matches class. note enter like: 'struct' or 'char' |
|
|
Term
|
Definition
changes structure into a cell |
|
|
Term
|
Definition
changes cell to a structure |
|
|
Term
struct('fieldname', data) |
|
Definition
creates structure with fieldname "fieldname" which includes data. |
|
|
Term
|
Definition
changes fieldname to value. |
|
|