Trouble to construct graph
1 次查看(过去 30 天)
显示 更早的评论
Morning everybody.
I've just become very familiar with Matlab, but I'm having trouble building a graph (histogram):
on the X axis I would like to have the name of countries and the Y axis the food products consumption by sector.
I don't know the code to use
thanking you in advance.
Best regards.
attached my file
1 个评论
dpb
2019-7-22
The label properties are XTickLabel and YTickLabel
If you would use categorical variables for the X, the labels would show up automagically--see the example at
doc histogram
回答(1 个)
Mario Chiappelli
2019-7-22
Check out this documentation:
Most of the time if you google "Matlab your issue", official documentation from mathworks will show up and give you everything you need to know.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!