MATLAB: Is the MuPAD app button no longer available in MATLAB R2016b

live editorlive scriptmupadsymbolicSymbolic Math Toolbox

Before MATLAB R2016b, a new MuPAD Notebook could be launched through the 'Apps' tab in the MATLAB desktop environment. This option is no longer available. What should be used instead for symbolic mathematics? How can my existing MuPAD Notebooks be run and modified?

Best Answer

Starting with MATLAB R2016a, the recommended approach for working with Symbolic Math Toolbox is to use the MATLAB Live Editor. The MATLAB Live Editor is a transformative way to write and share code. Please see the following videos for more information:
The "convertMuPADNotebook" function can be used to convert MuPAD notebooks (.mn) to MATLAB live scripts (.mlx) starting from MATLAB R2016a. MATLAB live scripts support most of the MuPAD functionality, though there are some differences.
For information on the differences and troubleshooting the issues arising due to these differences, please refer to the following links:
Please note: MuPAD Notebook can still be launched using the MATLAB function “mupad”.