how to add text to a pie chart?

how to add text to a pie chart?... i need to mention monday, tuesday etc., on a pie chart?

 Risposta accettata

days= {'Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'};
percentage=[100/7 100/7 100/7 100/7 100/7 100/7 100/7]
pie(percentage, days);

Più risposte (0)

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by