MATLAB Function Reference
  Go to function:
    Search    Help Desk 
pick     See Also

picks randomly chosen examples out of a data set

Syntax

Description

[out,theRest]=pick(d,n) picks n randomly chosen example out of dataset d. The picked examples are rturned inside out, the others are inside theRest. %

See Also

cut

[ Help Desk ]