MuPAD® notebooks will be removed in a future release. Use MATLAB® live scripts instead.
To convert a MuPAD notebook file to a MATLAB live script file, see convertMuPADNotebook
. MATLAB live scripts support most MuPAD functionality, although there are some differences. For more information, see
Convert MuPAD Notebooks to MATLAB Live Scripts.
DOM_ARRAY | (symbolic, multidimensional) arrays |
DOM_BOOL | Boolean constants |
DOM_COMPLEX | (Simple) Complex Numbers |
DOM_DOMAIN | Data type of data types |
DOM_EXEC | Kernel functions |
DOM_EXPR | Type of “general expressions” |
DOM_FLOAT | Real Floating Point Numbers |
DOM_FUNC_ENV | Data type of function environments |
DOM_HFARRAY | Hardware floating-point arrays |
DOM_IDENT | Symbolic Identifiers |
DOM_INT | Integers |
DOM_INTERVAL | Floating point intervals |
DOM_LIST | Lists of Objects |
DOM_PROC | Data type of procedures |
DOM_PROC_ENV | Data type of procedure environments |
DOM_RAT | Rational Numbers |
DOM_SET | Sets of Objects |
DOM_STRING | Texts (character strings) |
DOM_VAR | Local Variables in Procedures |
Choose Appropriate Data Structures
When you create a new MuPAD object, you choose the domain type of that object either explicitly or implicitly.
When creating new objects in MuPAD, the best practice is to consider which domain the object must belong to.
MuPAD provides many predefined domains for a wide variety of symbolic and numeric computations.
MuPAD stores all objects as elements of particular domains.