About 50 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. MATLAB - MathWorks

    MATLAB is a computing platform that is used for engineering and scientific applications like data analysis, signal and image processing, control systems, wireless communications, and robotics. …

  3. global - Declare variables as global - MATLAB - MathWorks

    Ordinarily, each MATLAB ® function has its own local variables, which are separate from those of other functions and from those of the base workspace. However, if several functions all declare a particular …

  4. contour - Contour plot of matrix - MATLAB - MathWorks

    This MATLAB function creates a contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.

  5. surf - Surface plot - MATLAB - MathWorks

    This MATLAB function creates a three-dimensional surface plot, which is a three-dimensional surface that has solid edge colors and solid face colors.

  6. VideoWriter - Create object to write video files - MATLAB - MathWorks

    Use a VideoWriter object to create a video file from an array or MATLAB ® movie. The object contains information about the video and the properties that control the output video. You can create a …

  7. How to get multiple outputs from a function? - MATLAB Answers

    Jan 10, 2020 · Hi, I'm using the latest version of MATLAB and trying to get 2 mulitple outputs from the simple function below.

  8. How to Create a MATLAB Function - MathWorks

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

  9. Vectorization - MATLAB & Simulink - MathWorks

    Vectorization Using Vectorization MATLAB ® is optimized for operations involving matrices and vectors. The process of revising loop-based, scalar-oriented code to use MATLAB matrix and vector …

  10. matlabFunction - Convert symbolic expression to function handle or …

    When you convert a symbolic expression to a MATLAB function and write the resulting function to a file, matlabFunction optimizes the code by default. This approach can help simplify and speed up further …