following function not define 'statsfminbx', following error are coming, How can I solve?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
function [Lambda, Psi, T, stats, F] = factoran(X, m, varargin)
following error are coming _
Reference to non-existent field 'Preconditioner'.
Error in optimget (line 74)
o = options.(Names{j,:});
Error in statsfminbx (line 57)
pcmtx = optimget(options,'Preconditioner','hprecon') ; % not a default yet_
5 comentarios
John D'Errico
el 30 de Mzo. de 2015
Editada: John D'Errico
el 30 de Mzo. de 2015
What you have not shown is how you are calling factoran. Pasting in the entire function is useless, since we have that anyway.
Respuestas (0)
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!