About 767,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. 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 …

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

  4. Anonymous Functions - MATLAB & Simulink - MathWorks

    Many MATLAB ® functions accept function handles as inputs so that you can evaluate functions over a range of values. You can create handles either for anonymous functions or for functions …

  5. Create Function Handle - MATLAB & Simulink - MathWorks

    A function handle is a MATLAB ® data type that stores an association to a function. Indirectly calling a function enables you to invoke the function regardless of where you call it from.

  6. linspace - Generate linearly spaced vector - MATLAB

    This MATLAB function returns a row vector of evenly spaced points between x1 and x2.

  7. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  8. Implement MATLAB Functions in Simulink with MATLAB Function …

    You have an existing MATLAB function that models custom functionality, or it is easy for you to create such a function. Your model requires custom functionality that is not or cannot be …

  9. tf - Transfer function model - MATLAB - MathWorks

    Use tf to create real-valued or complex-valued transfer function models, or to convert dynamic system models to transfer function form.

  10. How to Create a MATLAB Function - MathWorks

    Sep 18, 2020 · Learn how to create MATLAB function and why functions same time and effort when writing code. Functions are tasks or a set of tasks that are performed on a given set of …