Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
not getting the correct graph
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hello sir,i m trying to do some coding.and i have written the code for plotting the graph like below: suppose
L=45.8471
the code i ve written is
ylabel('life');
title('maximum');hold on;grid on;
bar(L);
my problem is i am getting such a graph whose y axis value is correct but in x axis instead of coming in a bar form it is coming in a expanded version i mean covering the whole area.i want it in a particular instant .plzz help..is there any method to represent it in percentage form in y-axis.??plzz help sir.
expecting a favorable reply.
suchismita
0 comentarios
Respuestas (1)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!