About 68 results
Open links in new tab
  1. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · MATLAB is an abbreviation for "matrix laboratory." While other programming languages mostly work with numbers one at a time, MATLAB® is designed to operate primarily on whole …

  2. Creating Matrices and Arrays - MATLAB & Simulink - MathWorks

    This example shows basic techniques for creating arrays and matrices using MATLAB. Matrices and arrays are the fundamental representation of information and data in MATLAB. To create an array …

  3. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Array creation, combining, reshaping, rearranging, and indexing Matrices and arrays are the fundamental representation of information and data in MATLAB ®. You can create common arrays …

  4. struct - Structure array - MATLAB - MathWorks

    A structure array is a data type that groups related data using data containers called fields.

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

  6. createArray - Create array of specified class and value - MATLAB

    This MATLAB function creates an array of objects of a given class and value, depending on the combination of input arguments passed to the function.

  7. empty - Create empty array of specified class - MATLAB

    The empty method creates empty arrays of a given class. For an introduction to empty arrays in MATLAB ®, see Empty Arrays. To test if an existing array is an empty array, use isempty.

  8. String array - MATLAB - MathWorks

    You can represent text in MATLAB using string arrays where each element of a string array stores a sequence of characters.

  9. Access Data in Cell Array - MATLAB & Simulink - MathWorks

    Access Data in Cell Array Basic Indexing A cell array is a data type with indexed data containers called cells. Each cell can contain any type of data. Cell arrays are often used to hold data from a file that …

  10. ones - Create array of all ones - MATLAB - MathWorks

    This MATLAB function returns the scalar 1. You can specify typename as 'gpuArray'. If you specify typename as 'gpuArray', the default underlying type of the array is double. To create a GPU array …