About 62 results
Open links in new tab
  1. plus - Add numbers, append strings - MATLAB - MathWorks

    Create an array, A, and add a column vector to it. The vector is treated as though it is a matrix of the same size as A, so that each element in the vector is added to a row in A.

  2. append - Combine strings - MATLAB - MathWorks

    To add a space between the input strings, specify a space character as another input argument.

  3. Add-Ons - MATLAB & Simulink - MathWorks

    Find, run, and install add-ons, including optional features, apps, toolboxes, and support packages

  4. MATLAB - MathWorks

    MATLAB includes a programming language, interactive apps, highly specialized libraries for engineering applications, and tools for automatically generating embedded code. MATLAB is also the foundation …

  5. Append to an array - MATLAB Answers - MATLAB Central - MathWorks

    Sep 18, 2013 · This uses the concept of cell array. You might want to refer to the documentation on cell arrays for more information. http://www.mathworks.com/help/matlab/cell-arrays.html

  6. legend - Add legend to axes - MATLAB - MathWorks

    This MATLAB function creates a legend with descriptive labels for each plotted data series.

  7. addpath - Add folders to search path - MATLAB - MathWorks

    This MATLAB function adds the specified folders to the top of the search path for the current MATLAB session.

  8. Add or Delete Cells in Cell Array - MATLAB & Simulink

    Cell arrays follow the same basic rules for expansion, concatenation, and deletion as other types of MATLAB® arrays. However, you can index into a cell array in two ways: with curly braces {} to …

  9. Add Legend to Graph - MATLAB & Simulink - MathWorks

    These examples show how to create a legend and make some common modifications, such as changing the location, setting the font size, and adding a title. You also can create a legend with …

  10. title - Add title - MATLAB - MathWorks

    This MATLAB function adds the specified title to the current axes or standalone visualization.