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

    Function with Multiple Outputs Define a function in a file named stat.m that returns the mean and standard deviation of an input vector.

  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 …

  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 …

  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. and - Find logical AND - MATLAB - MathWorks

    This MATLAB function performs a logical AND of inputs A and B and returns an array or a table containing elements set to either logical 1 (true) or logical 0 (false).

  6. log - Natural logarithm - MATLAB - MathWorks

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

  7. mean - Average or mean value of array - MATLAB - MathWorks

    This MATLAB function returns the mean of the elements of A along the first array dimension whose size does not equal 1.

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

  9. What Is an S-Function? - MATLAB & Simulink - MathWorks

    What Is an S-Function? S-functions or system functions provide a powerful mechanism for extending the capabilities of the Simulink ® environment. An S-function is a computer …

  10. arguments - Declare function argument validation - MATLAB

    Functions can include only one repeating input arguments block. If the function includes both repeating and name-value arguments, declare name-value arguments in their own, separate …