About 77 results
Open links in new tab
  1. set - Set graphics object properties - MATLAB - MathWorks

    This MATLAB function sets properties for the specified graphics object h using one or more name-value arguments.

  2. set - Set values for properties of a System object - MATLAB

    This MATLAB function sets the values of specified properties of a System object.

  3. Figure - Figure window - MATLAB - MathWorks

    R2025a: Figures created using figure function are docked into figure container R2025a: Set additional properties for figures R2025a: Scroll event data for WindowScrollWheelFcn callback returns updated …

  4. Set Operations - MATLAB & Simulink - MathWorks

    Set operations compare the elements in two sets to find commonalities or differences. In MATLAB ®, the sets can be arrays of numbers, dates, times, tables, timetables, or text data.

  5. Property Get and Set Methods - MATLAB & Simulink - MathWorks

    You can define property get and set methods that MATLAB ® calls automatically whenever the associated property is accessed. To associate a get or set method with a given property, name the …

  6. set - Set or modify model properties - MATLAB - MathWorks

    set is used to set or modify the properties of a dynamic system model using property name/property value pairs. set(sys,'Property',Value) assigns the value Value to the property of the model sys.

  7. set - グラフィックス オブジェクトのプロパティの設定 - MATLAB

    この MATLAB 関数 は、1 つ以上の名前と値の引数を使用して、指定したグラフィックス オブジェクト h のプロパティを設定します。

  8. figure - Create figure window - MATLAB - MathWorks

    When you specify this argument, MATLAB searches for an existing figure in which the Number property is equal to n. If no figure exists with that property value, MATLAB creates a new figure and sets its …

  9. axis - Set axis limits and aspect ratios - MATLAB - MathWorks

    axis mode sets whether MATLAB ® automatically chooses the limits or not. Specify the mode as manual, auto, or one of the semiautomatic options, such as 'auto x'.

  10. Implement Set/Get Interface for Properties - MATLAB & Simulink

    Some MATLAB ® objects, such as graphics objects, implement an interface based on set and get functions. These functions enable access to multiple properties on arrays of objects in a single …