Filter löschen
Filter löschen

Error in using Load

3 Ansichten (letzte 30 Tage)
Matlaber
Matlaber am 20 Jan. 2019
Kommentiert: Star Strider am 20 Jan. 2019
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.
  2 Kommentare
dpb
dpb am 20 Jan. 2019
The file has to be in a location on MATLABPATH or use a fully-qualified file name --
doc fullfile
may be useful for the latter...
Matlaber
Matlaber am 20 Jan. 2019
can you elebrate more?
I am following the matlab website.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 20 Jan. 2019
That example should be at:
web(fullfile(docroot, 'signal/examples/detecting-outbreaks-and-significant-changes-in-signals.html'))
Run that from a script (or your Command Window). If you have it, that should open the Help Browser to that page. (The documentation does not mention when that example was added.)
  11 Kommentare
Matlaber
Matlaber am 20 Jan. 2019
Thanks!
I saw the version stated in the document.
Thanks a lot. Well explained.
Star Strider
Star Strider am 20 Jan. 2019
As always, my pleasure!
Thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by