About 98 results
Open links in new tab
  1. string, " " - 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.

  2. Characters and Strings - MATLAB & Simulink - MathWorks

    MATLAB stores all characters as Unicode characters. Both strings and character vectors use the same encoding. You can convert characters to their Unicode code values, and numbers to characters. …

  3. Text and Characters - MATLAB & Simulink - MathWorks

    Text and Characters Text in String Arrays When you are working with text, enclose sequences of characters in double quotes. You can assign text to a variable.

  4. Create String Arrays - MATLAB & Simulink - MathWorks

    Create String Arrays from Variables MATLAB® provides string arrays to store pieces of text. Each element of a string array contains a 1-by-n sequence of characters. You can create a string using …

  5. strings - Create string array with no characters - MATLAB

    This MATLAB function returns a string with no characters.

  6. Text in String and Character Arrays - MATLAB & Simulink

    String arrays are supported throughout MATLAB and MathWorks® products. Functions that accept character arrays (and cell arrays of character vectors) as inputs also accept string arrays. Represent …

  7. append - Combine strings - MATLAB - MathWorks

    Combine Arrays of Text Open in MATLAB Online Copy Command You can combine string arrays or cell arrays of character vectors, element by element. Also, you can append a single piece of text to the …

  8. strfind - Find strings within other strings - MATLAB - MathWorks

    C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™. str must be a string scalar or a character vector. Generated code returns an empty output as a 1-by-0 character array.

  9. Formatting Text - MATLAB & Simulink - MathWorks

    Compose character arrays or string arrays that include ordinary text and data formatted to your specification.

  10. extract - Extract substrings from strings - MATLAB - MathWorks

    This MATLAB function returns any substrings in str that match the pattern specified by pat.