Trouble to construct histogram stracked
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Morning everybody.
I've just become very familiar with Matlab, but I'm having trouble building a histogram stacked on mathlab:
on the X axis I would like to have the name of countries and the Y axis the financial and transport data
I don't know the code to use.
Please help me.
thanking you in advance.
Best regards.
attached my file
0 commentaires
Réponses (1)
the cyclist
le 22 Juil 2019
Take a look at the MATLAB Plot Gallery, in particular the stacked bar chart example. (I think you want a bar chart, not a histogram.) If you click on View Source underneath that plot, you will see the code that generated that plot, and you can probably adapt that to your need.
There are a number of ways to import the data. If you don't know how to do that, maybe ask a separate question, or take a look at the documentation about data import.
0 commentaires
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!