Skip to content

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