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.
assume | Set permanent assumption |
assumeAlso | Add permanent assumption |
assuming | Set temporary assumption |
assumingAlso | Add temporary assumption |
getprop | Query properties of expressions |
is | Check a mathematical property of an expression |
iszero | Generic zero test |
property::depends | Dependence table with all properties of an expression |
property::hasprop | Does an object have properties? |
property::showprops | What assumptions are made? |
unassume | Delete the properties of an identifier |
Permanent assumptions work best for the mathematical properties that hold true throughout your computations.
Use temporary assumptions to specify that an object holds mathematical properties for a particular calculation.
Use only in the MuPAD Notebook Interface.
By default, MuPAD assumes that all symbolic parameters and variables represent complex numbers.