Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Hello , I have generated a bar graph. I want that each of my 6 bars must show its corresponding value and point on it. How can I do so? I am sending my code.

1 vue (au cours des 30 derniers jours)
nishtha mehta
nishtha mehta le 19 Mai 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
if true
y=[106.59 84.800; 106.59 90.75; 106.59 90.92]
x=categorical({'A1 B1','A2 B2','A3 B3'})
bar(x,y)
xlabel('cases')
ylabel('energy cost (Rs.)')
end

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by