Borrar filtros
Borrar filtros

how to resolve the error

2 visualizaciones (últimos 30 días)
ajith
ajith el 13 de Nov. de 2013
[pc,score,latent,tsquare] = princomp(x); red_dim = score(:,1:50); ??? Error using ==> svd Out of memory. Type HELP MEMORY for your options.
Error in ==> princomp at 85 [U,sigma,coeff] = svd(x0,econFlag); % put in 1/sqrt(n-1) later
MY x value consist 50x36033 i need to use feature reduction

Respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by