selecting values randomly from dataset

 Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Nov. de 2011
IDX = randperm(size(X,1));
RandomRows = X(IDX(1:3),:);

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

Pat
el 16 de Nov. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by