How do I graph this plane with three points?

4 visualizaciones (últimos 30 días)
Anna
Anna el 15 de Dic. de 2014
Comentada: Anna el 16 de Dic. de 2014
How do I graph the plane that contains the points P1=(1,2,3), P2=(1,2,1) and P3=(2,1,0) while taking p=(p1+p2+p3)/3?
  2 comentarios
Amit
Amit el 15 de Dic. de 2014
what you mean by 'while taking p=(p1+p2+p3)/3?'? The plane can be defined by 3 points. Am I missing something?
Anna
Anna el 16 de Dic. de 2014
well the question basically asks to graph and then it adds take initial p to be equal to (p1+p2+p3)/3

Iniciar sesión para comentar.

Respuestas (1)

Youssef  Khmou
Youssef Khmou el 15 de Dic. de 2014
you can use geometric construction with meshgrid function or use patch function as follows :
patch([1 1 2],[2 2 1],[3 1 0],0.5), view(30,20)

Categorías

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