Effacer les filtres
Effacer les filtres

Draw a computer mouse.

4 vues (au cours des 30 derniers jours)
Cruise
Cruise le 6 Oct 2011
I want to draw the planes on the 3D coordinate axes [x,y,z], when the planes intersect each other to create the point, how to draw out the plane and the coordinates of these points, and connecting them together ?. What do I do? Thanks a lot.!

Réponses (1)

Walter Roberson
Walter Roberson le 6 Oct 2011
You cannot draw planes in MATLAB. Planes are infinitely thin entities that extend infinitely in two directions. MATLAB cannot draw anything thinner than a single pixel, and cannot draw anything infinite.
If you want to draw a portion of a plane, consider using patch()

Catégories

En savoir plus sur Lighting, Transparency, and Shading dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by