About 1,510,000 results
Open links in new tab
  1. struct - Structure array - MATLAB - MathWorks

    A structure array is a data type that groups related data using data containers called fields.

  2. Structures - MATLAB & Simulink - MathWorks

    A structure array is a data type that groups related data using data containers called fields. Each field can contain any type of data. Access data in a structure using dot notation of the form …

  3. Structure Arrays - MATLAB & Simulink - MathWorks

    Each patient record in the array is a structure of class struct. An array of structures is sometimes referred to as a struct array. However, the terms struct array and structure array mean the same …

  4. getfield - Field of structure array - MATLAB - MathWorks

    Jul 19, 2018 · This MATLAB function returns the value in the specified field of the structure S.

  5. table2struct - Convert table to structure array - MATLAB

    This MATLAB function converts the table or timetable, T, to a structure array, S.

  6. struct2table - Convert structure array to table - MATLAB

    T = struct2table(S,Name,Value) creates a table from a structure array, with additional options specified by one or more Name,Value arguments. For example, you can specify row names to include in the …

  7. fieldnames - Field names of structure, or public fields of Java or ...

    This MATLAB function returns the field names of the structure array S in a cell array.

  8. writestruct - Write structure array to file - MATLAB - MathWorks

    This MATLAB function writes the contents of a structure to a file with the name and extension specified by filename.

  9. Simulink.Bus.createMATLABStruct - Create MATLAB structures that use ...

    S = Simulink.Bus.createMATLABStruct(busSource) creates one or more MATLAB ® structures that have the same hierarchy and attributes as the buses specified by busSource. The resulting …

  10. Concatenate Structures - MATLAB & Simulink - MathWorks

    Concatenate structure arrays using the [] operator.Concatenate Structures This example shows how to concatenate structure arrays using the [] operator. To concatenate structures, they must have the …