Borrar filtros
Borrar filtros

How to save vertices array from 1x1 struct separately in M-file?

2 visualizaciones (últimos 30 días)
yu sh
yu sh el 20 de Jun. de 2016
Comentada: yu sh el 20 de Jun. de 2016
Hi everyone, I have a struct of size 1x1 containing vertices and faces of an object. I just want to save the vertices array from the struct. How can I do this? I have tried several times but it is not saving the vertices separately in M-file. It always save the complete struct, kindly guide me.

Respuesta aceptada

Steven Lord
Steven Lord el 20 de Jun. de 2016
Create a new variable containing just the vertices and save that new variable.

Más respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by