using MarkerSize in plot3

4 visualizaciones (últimos 30 días)
Shimon Refaelov
Shimon Refaelov el 2 de Jun. de 2020
Comentada: Shimon Refaelov el 2 de Jun. de 2020
I have two matrices, A and B, size of each is . Each row represents a coordinate (x,y,z).
I want to display both of them on the same coordiante system using plot3.
I would like to change the MarkerSize of each set to be something different.
My attempt (which didn't work)
plot3(A(:,1), A(:,2), A(:,3), 'MarkerSize', 5, 'xr', B(:,1), B(:,2), B(:,3), 'sb', 'MarkerSize', 10);

Respuesta aceptada

madhan ravi
madhan ravi el 2 de Jun. de 2020
Editada: madhan ravi el 2 de Jun. de 2020
  1 comentario
Shimon Refaelov
Shimon Refaelov el 2 de Jun. de 2020
Exactly what I needed. Thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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