to plot a value in percentage form
Mostrar comentarios más antiguos
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 comentarios
Sean de Wolski
el 16 de Jun. de 2011
What does your data look like?
suchismita
el 18 de Jun. de 2011
Respuestas (1)
Walter Roberson
el 16 de Jun. de 2011
bar(G ./ sum(G) .* 100)
maybe.
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!