plot symbols of different size with respect to values

4 vues (au cours des 30 derniers jours)
Mohamad
Mohamad le 22 Fév 2013
Hi, I want to plot symbols (squares for example) but with different sizes. The size of the plotted symbols is given in a vector.
in R, we can plot it using symbols(dupl[,1],dupl[,2],squares=squares,xlab='',ylab='') where dupl is the values to plot, squares is a vector indicating the size of every point of dupl
Thank in advance

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 22 Fév 2013
You can use scatter command

Catégories

En savoir plus sur Scatter Plots 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