About 2,010,000 results
Open links in new tab
  1. Add Subscripts, Superscripts, and Accents to Symbolic ... - MathWorks

    Starting in R2019a, MATLAB® Live Editor displays symbolic variables with subscripts, superscripts, and accents in standard mathematical notation. This example shows how to add subscripts, superscripts, …

  2. How to Use Special Characters in MATLAB - dummies

    Mar 26, 2016 · Sometimes you need to use special characters and character formatting in MATLAB. Here, you find out how to add Greek letters to your output, as well as work with superscript and …

  3. Greek Letters and Special Characters in Chart Text

    Create a line plot and add a title and axis labels to the chart. Display a superscript in the title using the ^ character. The ^ character modifies the character immediately following it. Include multiple …

  4. Matlab plot to ignore underscores? - Stack Overflow

    Oct 11, 2022 · Matlab plot to ignore underscores? [duplicate] Asked 3 years, 6 months ago Modified 3 years, 5 months ago Viewed 2k times

  5. Array Indexing - MATLAB & Simulink - MathWorks

    Sep 10, 2011 · In MATLAB®, there are three primary approaches to accessing array elements based on their location (index) in the array. These approaches are indexing by position, linear indexing, and …

  6. how to write superscripts in axis labels? - MATLAB Answers

    Dec 10, 2016 · To get a subscript you must use the underscore "_" character and for superscript use "^". For example:

  7. Writing legends for MATLAB figures with subscripts

    Sep 11, 2024 · Writing legends for MATLAB figures with subscripts. Learn more about figure, legend, subscript Simulink

  8. Print '_' as an underline in the ticklabels of a matlab plot

    Jan 29, 2018 · I want matlab to just display the string as it is, without a subscript: ab_cd. I found myself a solution by looping through the array names and replace the _ with \_.

  9. subsref - Indexed reference using function call - MATLAB

    This MATLAB function returns the result from a parentheses, brace, or dot indexing expression, or a combination of one or more of those types, performed on the array A.

  10. How to plot text with Subscript Characters in MATLAB plot

    In this tutorial, you’ll learn how to plot text with subscript characters in MATLAB! Subscripts are essential for clearly displaying scientific variables, equations, and data labels.