ECheynet/SEIR

Error using DelimitedTextImportOptions Class 'DelimitedTextImportOptions' is not an allowed subclass of class 'matlab.io.text.TextImportOptions'.

dvdrider opened this issue · 1 comments

why do I get in R2017a the error message:
Error using DelimitedTextImportOptions
Class 'DelimitedTextImportOptions' is not an allowed subclass of class 'matlab.io.text.TextImportOptions'.

Hi,

It's because this function was introduced in Matlab 2018b
I suggest that you re-generate the function "getData_COVID" (or similar) using the following tutorial: https://se.mathworks.com/videos/importing-data-from-text-files-interactively-71076.html

The "generate function" button will help you to create the function you need.