Filter löschen
Filter löschen

How to choose specific countries and plot graph?

6 Ansichten (letzte 30 Tage)
Saurav Karmakar
Saurav Karmakar am 28 Jun. 2020
Kommentiert: Saurav Karmakar am 29 Jun. 2020
Here is my dataset
I want to plot multiple countries Confirmed Cases. So how to choose countries and plot a bar graph?

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 28 Jun. 2020
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 Kommentare
Cris LaPierre
Cris LaPierre am 29 Jun. 2020
top10.Country = removecats(top10.Country);
Saurav Karmakar
Saurav Karmakar am 29 Jun. 2020
Thanks a lot Cris! I learned a lot today.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by