to plot a value in percentage form
Afficher commentaires plus anciens
Sir,I have done some programming for my project and numerically i am almost getting the desired value.my problem is i have to plot it in percentage but i m unable to do it.i want it in histogram form.suppose i am getting "G=14.6".how can i plot it in % form in y-axis.plzz help me sir.its urgent. Expecting a favorable reply. Thanking u SUCHI.
2 commentaires
Sean de Wolski
le 16 Juin 2011
What does your data look like?
suchismita
le 18 Juin 2011
Réponses (1)
Walter Roberson
le 16 Juin 2011
bar(G ./ sum(G) .* 100)
maybe.
Catégories
En savoir plus sur Mathematics 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!