How can I see the content of my matrices output?

2 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by