MuPAD Pro Computing Essentials, 2nd Edition

Example 8.13a Class Tube

This is continuation of the example 8.13. I use the same Lissajou curve but this time I plot it as a tube in 3D.

C2 := plot::Tube(
   [sin(t)*cos(7*t),sin(t)*sin(7*t),cos(t)], 
   (1.1+sin(10*t))/10, 
   t = 0..a, 
   Mesh = [200,10]
   a = 1..2*PI
):
 
plot(C2, Axes = None)
 
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