Borrar filtros
Borrar filtros

How can I see the content of my matrices output?

1 visualización (últimos 30 días)
SAMUEL AYINDE
SAMUEL AYINDE el 13 de Nov. de 2015
Respondida: Walter Roberson el 14 de Nov. de 2015
I ran a code in MATLAB and the output is
faces: [612438x3 double]
vertices: [1837314x3 double]
How can I see the contents of this matrices. Thank you.

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Nov. de 2015
Assign the output to a variable. Suppose you name that variable MyOutput . Then you can request
MyOutput.faces
MyOutput.vertices

Más respuestas (0)

Categorías

Más información sobre Logical 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