MuPAD Pro Computing Essentials, 2nd Edition

Example 6.8 Using color function

g := (x,y,z)->[abs(sin(x)), abs(sin(y)), abs(sin(z))]:
 
f2 := plot::Function3d(
   (x^2 + y^2)/14, x = 0..2*PI, y = 0..2*PI,
   FillColorFunction = g
):
 
plot(f2, Scaling=Constrained)
 
Loading sample geometry.

JavaView Display

Use the mouse pointer to rotate the graphics. Right click on the picture will open a menu where we can select rotations, scaling, moving and a few other options.

More features of this graphics can be examined using full JavaView applet >>




                    

© Miroslaw Majewski, Abu Dhabi,  Update  26-10-2004