Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
pretty Examples

Prettyprint symbolic expressions.

Syntax

Description

The pretty function prints symbolic output in a format that resembles typeset mathematics.

pretty(S) prettyprints the symbolic matrix S using the default line width of 79.

pretty(S,n) prettyprints S using line width n instead of 79.

Examples

The following statements:

return



[ Previous | Help Desk | Next ]