-
Notifications
You must be signed in to change notification settings - Fork 0
struct
Jonathan H edited this page Oct 30, 2016
·
22 revisions
Matlab structures are data containers with named fields. The methods of this submodule allow you to define, modify and transform these structures.
-
dk.struct.set|get|rem
Manipulate the fields of a structure -
dk.struct.to_cell
What you would expectstruct2cell
to do -
dk.struct.to_vars
Turn the fields of a structure to variables in the calling scope -
dk.struct.fields|values
Get the fields/values of a structure -
dk.struct.grid|array
Create struct-arrays with specified fields -
dk.struct.repeat
An equivalent ofrepmat
for struct-arrays -
dk.struct.merge
Merge two structures (recursively or not)
Text goes here
Text goes here
Text goes here
Text goes here
Text goes here
Text goes here
Text goes here