Greek Letters and Special Characters in Chart Text You can add text to a chart that includes Greek letters and special characters using TeX markup. You can also use TeX markup to add superscripts, subscripts, and modify the text type and color. By default, MATLAB ® supports a subset of TeX markup. To use additional special characters, such as integral and summation symbols, you can use LaTeX ...
The MATLAB workspace contains 10 MATLAB variables in the workspace that are symbolic variables. The syms command is a convenient shorthand for the sym syntax, and its typical use is to create fresh symbolic variables for interactive symbolic workflows.
Convert Function Handles to Symbolic Expressions Convert anonymous functions associated with MATLAB® handles to a symbolic expression and a symbolic matrix.
Special symbols and charactersThe MATLAB ® language contains several special characters and symbols that you can use to perform a variety of tasks. See MATLAB Operators and Special Characters for a comprehensive summary.
Specify Line and Marker Appearance in Plots MATLAB ® creates plots using a default set of line styles, colors, and markers. These defaults provide a clean and consistent look across the different plots you create. If you want, you can customize these aspects of your plot. Many plotting functions have an input argument called linespec for customizing. Also, the objects returned by these ...
The Symbols pane does not detect inputs and outputs of MATLAB ® functions or parameters in atomic subcharts. To delete unused objects, right-click the object in the Symbols pane and select Delete.
Symbolic Math Toolbox™ enables you to perform symbolic computations from the MATLAB ® command line by defining a special data type — symbolic objects. Functions are called using the familiar MATLAB syntax and are available for integration, differentiation, simplification, equation solving, and other mathematical tasks. Symbolic computations augment the numeric capabilities of MATLAB. You ...
Specify Plot Colors MATLAB ® creates plots using a default set of colors. The default colors provide a clean and consistent look across the different plots you create. You can customize the colors if you need to. Many plotting functions have an input argument such as c or colorspec for customizing the color. The objects returned by these functions typically have properties for controlling the ...