MATLAB: Mupad simplify Invalid argument of type 2

MATLABmupadsimplify

Mupad
simplify((( x^3+a*x+b) -(y^3+a*y+b) )^2/(x-y)^4, OutputType="Proof")
Error: Invalid type of argument number 2.
Evaluating: simplify
what is wrong here???

Best Answer

OutputType is an option for the MuPAD function Simplify (capital-S) not for the MuPAD function simplify (lower-case S)