How to choose specific countries and plot graph?

5 visualizzazioni (ultimi 30 giorni)
Here is my dataset
I want to plot multiple countries Confirmed Cases. So how to choose countries and plot a bar graph?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by