Skip to content

Covid-19 plot of data, see most affected countries. Extra materials regarding Israel.

License

Notifications You must be signed in to change notification settings

yuval-harpaz/covid-19-israel-matlab

Repository files navigation

covid-19-israel-matlab

See main page here

This repository was adapted from aahr

Load COVID-19 case data from John Hopkins database and plot charts with Matlab

The data is automatically read from the online repository. The data can be found here

How to read the data:

[dataMatrix] = readCoronaData('deaths');
[dataTable,timeVector,mergedData] = processCoronaData(dataMatrix);

Releases

No releases published

Packages

No packages published