mySphere(N)

Version 1.0.0.0 (981 Bytes) von Brian Z Bentz
MATLAB function for generating equidistant points on the surface of a unit sphere.
551 Downloads
Aktualisiert 30. Jun 2016

Lizenz anzeigen

Input: the target number of points or nodes on the surface of a unit sphere (N).
Output: position column vectors X, Y, and Z of length equal to or close to N.
Points are distributed by choosing circles of constant latitudes separated by d_theta, and on these circles placing points separated by d_phi, such that d_theta ~ d_phi. The area per point (d_theta)*(d_phi) therefore remains constant across the sphere surface.

Zitieren als

Brian Z Bentz (2026). mySphere(N) (https://de.mathworks.com/matlabcentral/fileexchange/57877-mysphere-n), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2011a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0

6/20/2016: added an example script to plot the unit sphere and demonstrate scaling the radius and displacement.