How can I plot the border of multiple plots
Afficher commentaires plus anciens
Hi, i have many plots (1000),
and i want to draw lines that touch only the edges of the area which is covered by these plots.
how can i do this?
thanks
Réponses (1)
pietro
le 6 Juin 2014
Here an example:
figure
plot([1:3],[1:3])
box on
Catégories
En savoir plus sur Line Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!