Borrar filtros
Borrar filtros

Issues with the Outlier Test

3 visualizaciones (últimos 30 días)
Janis
Janis el 9 de En. de 2015
Respondida: xinlei Guo el 3 de Abr. de 2018
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 comentarios
lu
lu el 6 de Mayo de 2016
Have you solved this issue? I have met the same issue.
lu
lu el 6 de Mayo de 2016
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.

Iniciar sesión para comentar.

Respuestas (1)

xinlei Guo
xinlei Guo el 3 de Abr. de 2018
1) Find the noptiopf in the file.
2) add to the path.
3) Run agin

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by