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

    You also can create a structure array using the struct function, described below. You can specify many fields simultaneously, or create a nonscalar structure array.

  2. Structures - MATLAB & Simulink - MathWorks

    Access data in a structure using dot notation of the form structName.fieldName. For more information, see Structure Arrays or watch Introducing Structures and Cell Arrays.

  3. Structure Arrays - MATLAB & Simulink - MathWorks

    Use dot notation to create, assign, and access data in structure fields. If the value stored in a field is an array, then you can use array indexing to access elements of the array.

  4. struct - Strukturarray - MATLAB - MathWorks

    Die Funktion struct konvertiert obj nicht, sondern erstellt stattdessen s als neue Struktur. Diese Struktur behält die Klasseninformation nicht bei, sodass private, geschützte und verborgene …

  5. struct - 構造体配列 - MATLAB - MathWorks

    また、以下に説明するように関数 struct を使用して構造体配列を作成することもできます。 多数のフィールドを同時に指定する、または非スカラー構造体配列を作成することができます。

  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 …

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

    Jul 19, 2018 · Get the value of a field from an element of a structure array returned by the dir function. dir returns a structure array whose elements each contain information about a file in …

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

  9. Access Data in Nested Structures - MATLAB & Simulink - MathWorks

    When a structure is scalar (1-by-1), you do not need to include the indices to refer to the single element. For example, create a scalar structure s, where field n is a nested scalar structure …

  10. Simulink.Bus.createMATLABStruct - Create MATLAB structures that …

    Create a MATLAB structure for a bus whose signal elements use a data type other than double. Use a partial structure to specify initialization values for a subset of the elements.