About 3,000,000 results
Open links in new tab
  1. function - Declare function name, inputs, and outputs - MATLAB

    This MATLAB function declares a function named myfun that accepts inputs x1,...,xM and returns outputs y1,...,yN.

  2. Function Creation - MATLAB & Simulink - MathWorks

    Function Precedence Order To determine which function to call when multiple functions in the current scope have the same name, MATLAB uses function precedence order. Update Code for R2019b …

  3. Create Functions in Files - MATLAB & Simulink - MathWorks

    The body of a function can include valid MATLAB expressions, control flow statements, comments, blank lines, and nested functions. Any variables that you create within a function are stored within a …

  4. at symbol - Create anonymous functions and function handles, call ...

    The at symbol (@) creates handles to anonymous and named functions, and is also used to call superclass methods from within a subclass.

  5. Types of Functions - MATLAB & Simulink - MathWorks

    There are several types of functions available with MATLAB, including local functions, nested functions, private functions, and anonymous functions.

  6. MATLAB Basic Functions Reference ... Tasks (Live Editor) Live Editor tasks are apps that can be added to a live script to interactively perform a specific set of operations. Tasks represent a series of …

  7. MATLAB Function - Include MATLAB code in Simulink models - Simulink

    The MATLAB Function block enables you to write MATLAB functions that execute in Simulink models.

  8. size - Array size - MATLAB - MathWorks

    This MATLAB function returns a row vector whose elements are the lengths of the corresponding dimensions of A.

  9. log - Natural logarithm - MATLAB - MathWorks

    This MATLAB function returns the natural logarithm ln(x) of each element in array X.

  10. diff - Differences and approximate derivatives - MATLAB

    Aug 9, 2025 · This MATLAB function calculates differences between adjacent elements of X.