'statsfminbx' issue with user-defined factoran()
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Isma
el 17 de Ag. de 2015
Comentada: Isma
el 17 de Ag. de 2015
Hi
While using
factoran(X,2) ; %where X <250*10>double
I keep getting the following error:
Undefined function 'statsfminbx' for input arguments of type 'cell'.
Error in factoran (line 269)
[Psi1, nll, lagrange, err, output] = ..
Could someone assist in debugging this please? as i do not see why this error occurs even after looking into line 269.
Thanks
0 comentarios
Respuesta aceptada
Steven Lord
el 17 de Ag. de 2015
Did you make a copy of factoran.m outside the Statistics and Machine Learning Toolbox directory? That's not going to work; delete that copy and use the copy inside the toolbox directory.
Más respuestas (0)
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!