sphere without poles

works like sphere bult-in matlab function but result is sphere without poles.
1,1K descargas
Actualizado 2 nov 2009

Ver licencia

http://simulations.narod.ru/

Main function is sphere_wp.m . Without any parameters it will plot sphere with default parameters. sphere_wp.m use only random_unit_vector.m. Other m-files not need, it is tests:
compare_spheres.m - compare to functions sphere_wp and sphere
animation_example.m - show how to use sphere_wp.m for animation
sphere_wp_movie.m - makes movie that show iteration process.

also sphere_wp use convhulln bult-in matlab function to make triangles.

type help sphere_wp to see sphere_wp usage.

sphere_wp - plot sphere or return geometry info
use as matlab built in function "shere"
it makes sphere without poles
shere consist of triangles

sphere_wp is better then sphere because it has uniformly distributed vertecies see screenshot here or run compare_spheres.m you can see that sphere gives poles you can see it as some point. Also there are two reflections of two lights and spheres gives different reflections spots. sphere_wp does not have this disadvantages, both spots same.

sphere_wp genretes random vertecies on unit sfere then use iterations to makes uniform distribution of vertecies, see iteration process:
http://www.youtube.com/watch?v=NRletxzxGB8

Citar como

Maxim Vedenyov (2024). sphere without poles (https://www.mathworks.com/matlabcentral/fileexchange/25711-sphere-without-poles), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Animation en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: random unit vector generator

Inspiración para: Global tsunami simulation GUI

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0