How can I mark the vertex of a hexahedron with dots?

3 views (last 30 days)
I made a three-dimensional graph of a hexahedron. I'd like to mark each vertex(ex - 0,0,0) with black dot. What code should I add?

Accepted Answer

Voss
Voss on 13 Jan 2023
Use the 'Marker' (and possibly 'MarkerSize', 'MarkerFaceColor', 'MarkerEdgeColor') properties.
  4 Comments
채현
채현 on 13 Jan 2023
Thanks a lot.. The result finally came out. Thank you!!

Sign in to comment.

More Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!