MATLAB: Plot function of 3 variables

plot

Hi,
I have a question.
How I can plot function of determinant of Jacobian array with 3 variables?
function:
cos(th2) * sin(th1)^2 * cos(th2+th3) * sin(th2) - sin(th1)^2 * sin(th2+th3) * cos(th2)^2 + sin(th1)^2 * cos(th2+th3)^2 * sin(th2) - cos(th2+th3) * sin(th1)^2 * sin(th2+th3) * cos(th2) + cos(th2) * cos(th1)^2 * cos(th2+th3) * sin(th2) - cos(th1)^2 * sin(th2+th3) * cos(th2)^2 + cos(th1)^2 * cos(th2+th3)^2 * sin(th2) - cos(th2+th3) * cos(th1)^2 * sin(th2+th3) * cos(th2)
th1, th2 and th3 are variables
Thanks a lot

Best Answer

Three variables plus one result = 4 dimensions. To represent the 4th dimension you will need to use color or transparency or shading or marker size or marker shape.