About 11,000,000 results
Open links in new tab
  1. text - Add text descriptions to data points - MATLAB - MathWorks

    text(x,y,txt) adds a text description to one or more data points in the current axes using the text specified by txt. To add text to one point, specify x and y as scalars. To add text to multiple …

  2. Add Text to Chart - MATLAB & Simulink - MathWorks

    This example shows how to add text to a chart, control the text position and size, and create multiline text.

  3. gtext - Add text to figure using mouse - MATLAB - MathWorks

    Create a simple line plot and use gtext to add text to the figure using the mouse. plot(1:10) gtext( 'My Plot' ) Click the figure to place the text at the selected location.

  4. Text - Axes text appearance and behavior - MATLAB - MathWorks

    By default, MATLAB supports a subset of TeX markup. Use TeX markup to add superscripts and subscripts, modify the font type and color, and include special characters in the text. Modifiers …

  5. insertText - Insert text in image or video - MATLAB - MathWorks

    Insert the text strings with their respective box colors, and specify the font size, opacity, and text color of all strings. RGB = insertText(I,position,text_str,FontSize=18,TextBoxColor=box_color, ...

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

  7. uitextarea - Create text area component - MATLAB - MathWorks

    This MATLAB function creates a text area in a new figure window and returns the TextArea object.

  8. append - Combine strings - MATLAB - MathWorks

    str = append(str1,...,strN) combines the text from str1,...,strN. Each input argument can be a string array, a character vector, or a cell array of character vectors.

  9. Format Text in the Live Editor - MATLAB & Simulink

    You can add formatted text, hyperlinks, tables, images, and equations to your live scripts and functions to create a presentable document to share with others. You also can check your text …

  10. annotation - Create annotations - MATLAB - MathWorks

    Create a simple line plot and add a text box annotation to the figure. Specify the text description by setting the String property. Force the box to fit tightly around the text by setting the …