Trouble to construct histogram stracked
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (1개)
the cyclist
2019년 7월 22일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!