Convert a xyz surface into a 3D array?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nathan Orloff
le 20 Fév 2014
Modifié(e) : Sean de Wolski
le 20 Fév 2014
I have a the following input:
surface = struct('vertices', [....],'faces',[....];
Which I can draw as:
patch(surface)
But what I need is a 3D logical array, where the contained volumes are true.
Is there a quick way to do this?
0 commentaires
Réponse acceptée
Sean de Wolski
le 20 Fév 2014
Modifié(e) : Sean de Wolski
le 20 Fév 2014
Edit per clarification
Use this utility from the File Exchange:
2 commentaires
Sean de Wolski
le 20 Fév 2014
Modifié(e) : Sean de Wolski
le 20 Fév 2014
Ahh, gotcha. I was thinking the other direction (i.e. given a logical volume, get the struct).
See edits
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Lighting, Transparency, and Shading 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!