Can't open example openExample('stats/TrainARegressionEnsembleExample')
이전 댓글 표시
Hi Matlab buddies,
I can't open example openExample('stats/TrainARegressionEnsembleExample') in my Matlab R2018B. Do you know what the problem could be? The version? I get the following wrong message:
Error using exampleUtils.getExamplesDir (line 13)
Unable to create a working directory at the location returned by the userpath function.
Error in exampleUtils.getWorkDir (line 2)
ed = exampleUtils.getExamplesDir();
Error in setupExample (line 11)
workDir = exampleUtils.getWorkDir(metadata);
Error in openExample (line 29)
workDir = setupExample(id, workDir);
답변 (1개)
Fangjun Jiang
2019년 9월 6일
0 개 추천
You need to have the "Statistics and Machine Learning Toolbox".
Run "ver stats" to check
댓글 수: 4
Vlatko Milic
2019년 9월 6일
Fangjun Jiang
2019년 9월 6일
Make sure you run the command in a folder that you have write access and can create a subfolder. The command creates a folder \Examples at your current folder.
Vlatko Milic
2019년 9월 6일
Fangjun Jiang
2019년 9월 6일
edit exampleUtils.getExamplesDir
Add a breakpoint at line 13, check the condition to figure out which caused the error.
카테고리
도움말 센터 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!