Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

ellipsiod

given coordinates and dimensions, function returns points for ellipsoid
(2332 downloads for this version - 2332 downloads for all versions)
Details
Version
1.0
Author
david adams
Maintainer
david adams
Category
License
Supported Scilab Version
5.3
Creation Date
February 17, 2011
Description
            function [x, y, z] = ellipsoid(xc, yc, zc, xr, yr, zr, N);

Inputs:
xc,yc,zc - the coordinates of the center of the file
xr,yr,zr - the dimensions of the ellipsoid
N - number of points 

Outputs
x,y,z - are N+1xN+1 matrices suitable for plotting using the surf function

surf(x,y,z)
            
Files (1)
[967 bytes]
Miscellaneous file
Scilab function which outputs ellipsoid data based on user inputs
News (0)
Comments (1)     Leave a comment 
Comment from Samuel Gougeon -- May 9, 2015, 10:37:48 PM    
The blank line #2 prevents using head_comments() on this function and compels editing it
to get its help. A pity.
Thanks
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.