3D Parametric Surface Plots and Space Curves

CreateMesh(function, [s0, s1, t0, t1], [sgrid, tgrid], [fmap]) Returns a nested array of three matrices representing the x, y, and z-coordinates of a parametric surface defined by the function of two variables in the first argument.

CreateSpace(function, [t0, t1], [tgrid], [fmap]) Returns a nested array of three vectors representing the x, y, and z-coordinates of a parametric space curve defined by the function of one variable in the first argument.

Arguments:

Notes:

QuickSheet

Related Topics