how to generate image of spherical object ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ajeet verma
le 10 Juil 2017
Modifié(e) : Walter Roberson
le 10 Juil 2017
i need spherical object in 2d matrix image, i have an example
m=1000;
n=1000;
%object
[X,Y,Z]=peaks;
Z1=imresize(Z,[m,n]);
figure,imshow(Z1,[])
here image shows peaks in 3D and similarly i need a sphere.
1 commentaire
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!