to plot a value in percentage form
Show older comments
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.
Answers (1)
Walter Roberson
on 16 Jun 2011
bar(G ./ sum(G) .* 100)
maybe.
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!