Error in using Load
古いコメントを表示
I am trying to follow "Detecting Outbreaks and Significant Changes in Signals".
Link as follow: Link
load WestAfricanEbolaOutbreak2014
plot(WHOreportdate, [TotalCasesGuinea TotalCasesLiberia TotalCasesSierraLeone],'.-')
legend('Guinea','Liberia','Sierra Leone');
title('Total suspected, probable and confirmed cases of Ebola virus disease');
When I run the code, it said:
Error using load
Unable to read file 'WestAfricanEbolaOutbreak2014'. No such file or directory.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Files and Folders についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!