Statistica
RANK
8.179
of 300.851
REPUTAZIONE
6
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
2
RANK
of 171.294
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
how to write matlab code for a rotation invariant of a point(x,y)
have a look at the procrustes function [d,Z,tr] = procrustes(X, Y); it takes two sets of points; the original points(X) an...
how to write matlab code for a rotation invariant of a point(x,y)
have a look at the procrustes function [d,Z,tr] = procrustes(X, Y); it takes two sets of points; the original points(X) an...
oltre 12 anni fa | 0
Risposto
Odd numbered elements problem
you can probably use a loop e.g. k=1; for n = 1:length(x), if mod(n,2)==1, y(k) = x(n); k =k+1; end; end or just ...
Odd numbered elements problem
you can probably use a loop e.g. k=1; for n = 1:length(x), if mod(n,2)==1, y(k) = x(n); k =k+1; end; end or just ...
oltre 12 anni fa | 2
Domanda
how to remove unique values.
Hi, I have a vector with some repeating values, and some unique. e.g. A = [ 1 1 2 4 4 3 4 1 5 3] How do i remove the...
oltre 12 anni fa | 1 risposta | 0

