필터 지우기
필터 지우기

Error in using Load

조회 수: 3 (최근 30일)
Matlaber
Matlaber 2019년 1월 20일
댓글: Star Strider 2019년 1월 20일
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
dpb
dpb 2019년 1월 20일
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 2019년 1월 20일
can you elebrate more?
I am following the matlab website.

댓글을 달려면 로그인하십시오.

채택된 답변

Star Strider
Star Strider 2019년 1월 20일
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
Matlaber
Matlaber 2019년 1월 20일
Thanks!
I saw the version stated in the document.
Thanks a lot. Well explained.
Star Strider
Star Strider 2019년 1월 20일
As always, my pleasure!
Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by