How to choose specific countries and plot graph?

조회 수: 4 (최근 30일)
Saurav Karmakar
Saurav Karmakar 2020년 6월 28일
댓글: Saurav Karmakar 2020년 6월 29일
Here is my dataset
I want to plot multiple countries Confirmed Cases. So how to choose countries and plot a bar graph?

채택된 답변

Cris LaPierre
Cris LaPierre 2020년 6월 28일
You'll have to get the data into MATLAB first. I suggest using the import tool. This video may be helpful for that.
Once you have the data loaded in a table, this video might help you see how to plot it.
  댓글 수: 11
Cris LaPierre
Cris LaPierre 2020년 6월 29일
top10.Country = removecats(top10.Country);
Saurav Karmakar
Saurav Karmakar 2020년 6월 29일
Thanks a lot Cris! I learned a lot today.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by