/covid-19-israel-matlab

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

Primary LanguageMATLABCreative Commons Zero v1.0 UniversalCC0-1.0

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);