how can I run MuPAD from MATLAB Editor?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how can I run MuPAD from MATLAB Editor?
0 comentarios
Respuestas (1)
Walter Roberson
el 26 de Abr. de 2012
You cannot run MuPAD from the editor.
MuPAD is the name of the software behind the Symbolic Toolbox. To get anywhere with MuPAD, you need to have the Symbolic Toolbox installed and licensed. The Symbolic Toolbox is included in the license for the Student Edition, but not for the Academic or commercial edition.
If you use a MATLAB command that calls upon the MuPAD software (such as "syms" or "solve") then MATLAB will automatically attempted to start MuPAD, and you will not need to do anything to use those commands.
You can use the MATLAB interface to MuPAD by typing commands at the MATLAB command line, or in scripts or in functions.
4 comentarios
Walter Roberson
el 27 de Abr. de 2012
What difficulties did you encounter when you tried to use plot3() in MATLAB itself?
Ver también
Categorías
Más información sobre Functional Programming en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!