Scilab Function

sphere - Creates a scatterplot with spherical surface.

Calling Sequence

[xx,yy,zz] = sphere(radius,[orig])

Parameters

Description

Creates a scatterplot with spherical surface. Can be used for plot3d.

No warranty, there are no inputchecks.

Examples

   [xx,yy,zz] = sphere(r);
   [xx,yy,zz] = sphere(r,[100,5,5]);
   plot3d2(sphere(r,[0,0,0]);
  

Authors

cos area7@web.de