fnn - I have a question
Mostra commenti meno recenti
Hi
I use the Matlab code
function [embedm fnn1 fnn2]=fnn(y,maxm)
it can't be solved
In the windows
Error using .^
Out of memory. Type HELP MEMORY for your options.
Error in dist.apply (line 9)
z = sqrt(reshape(sum(bsxfun(@minus,w,p).^2,2),S,Q));
Error in dist.distance (line 5)
d = dist.apply(pos',pos);
Error in dist (line 59)
d = dist.distance(w,varargin{:});
Error in fnn (line 47)
D=dist(EEM(:,1:k)');
How can I solve it?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!