필터 지우기
필터 지우기

Issues with the Outlier Test

조회 수: 3 (최근 30일)
Janis
Janis 2015년 1월 9일
답변: xinlei Guo 2018년 4월 3일
What causes this problem and how to fix it?
>> [Test1]=OutlierTest(CutData,2,1,7,'No','No')
Error using load
Unable to read file 'noptiopf': no such file or directory.
Error in OutlierTest>parafac (line 342)
load noptiopf
Error in OutlierTest (line 60)
[Model]=parafac(Test.X,[NumFac],[1e-2 1 0 1]);
  댓글 수: 3
lu
lu 2016년 5월 6일
Have you solved this issue? I have met the same issue.
lu
lu 2016년 5월 6일
I just solved this issue.
"Error using load
Unable to read file 'noptiopf': no such file or directory."
You just need to add "nway" to your work path, because the file "nonoptiopf" is in the nway file.

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

답변 (1개)

xinlei Guo
xinlei Guo 2018년 4월 3일
1) Find the noptiopf in the file.
2) add to the path.
3) Run agin

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by