Skip to content

aahr/covid-19_data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-19_data_analysis

View Load COVID-19 case data from John Hopkins database on File Exchange

Load COVID-19 case data from John Hopkins database

Loading, processing and plotting the data from the John Hopkins COVID-19 database. The data is automatically read from the online repository, thus, you need a The data can be found here: https://github.com/CSSEGISandData/COVID-19.

How to (see runAll.m):

type = 'Confirmed'; % 'Confirmed','Deaths','Recovered' [dataMatrix] = readCoronaData(type); [dataTable,timeVector,mergedData] = processCoronaData(dataMatrix); plotCoronaData(timeVector,mergedData,{'Denmark','US','Germany','China'},type);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages