MATLAB: What MuPad functions can be called from the MATLAB 7.7 (R2008b) Command prompt

Symbolic Math Toolbox

I would like to call MuPad functions from the Command prompt in MATLAB 7.7 (R2008b). I am not sure if there are restrictions on what functions can be called and how to call these.

Best Answer

All MuPad functions can be called from the MATLAB Command line using the EVALIN or the FEVAL commands. For further description please refer to the documentation section titled, "Calling MuPAD Functions at the MATLAB Command Line".