Issues with the Outlier Test

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 件のコメント

Adam
Adam 2015 年 1 月 9 日
What is OutlierTest? It isn't a function in base Matlab or in any of the toolboxes I have and you didn't put any toolboxes in the Products list nor any code in your question if it is your own function.
Clearly though there is no such file as noptopf, whatever that is, or it cannot be found.
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 日

0 投票

1) Find the noptiopf in the file.
2) add to the path.
3) Run agin

タグ

質問済み:

2015 年 1 月 9 日

回答済み:

2018 年 4 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by