Filter löschen
Filter löschen

How can I see the content of my matrices output?

1 Ansicht (letzte 30 Tage)
SAMUEL AYINDE
SAMUEL AYINDE am 13 Nov. 2015
Beantwortet: Walter Roberson am 14 Nov. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by