About 2,300,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. cell2struct - Convert cell array to structure array - MATLAB

    This MATLAB function creates a structure array from the information contained in the cell array and using the specified field names.

  5. 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.

  6. table2struct - Convert table to structure array - MATLAB

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

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

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

  8. Create Structure Arrays from C++ - MATLAB & Simulink - MathWorks

    How to create structure arrays in C++ and pass them to MATLAB, or retrieve structure arrays from MATLAB.

  9. How can I construct a struct handle from a string? - MATLAB Answers ...

    Oct 27, 2020 · How can I construct a struct handle from a... Learn more about structures, structs, indexing, name, converting, converting strings

  10. 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 …