Selecting values without using randperm
Mostrar comentarios más antiguos
I have a code
A=F_mid;
size(A);
[r10 c10]=size(A)
p = randperm(size(A,1));
out = A(p(1:(r10-7)),:);
cut_points=sort(out);
in that randperm function should not be used,please help,because every if i run my code time my output keeps changing,
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!