Is is possible to generate similar bubble plot using matlab?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 12 de Abr. de 2020
scatter() can take a different point size and different color for each point.

1 comentario

Your syntax must be
scatter(x,y,sz,c,'filled')
think how you have to add that line (Hint: use line or plot)
I am accepting walter's answer because it is what you really ask.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by