Programming Previous page   Next Page

Function Summary

This table describes the MATLAB functions for working with structures.

Function
Description
deal
Deal inputs to outputs.
fieldnames
Get structure field names.
isfield
Return true if the field is in a structure array.
isstruct
Return true for structures.
rmfield
Remove a structure field.
struct
Create or convert to a structure array.
struct2cell
Convert a structure array into a cell array.


Previous page  Nesting Structures Cell Arrays Next page

© 1994-2005 The MathWorks, Inc.