samwr — Sampling without replacement
s = samwr(sizam,numsamp,X)
integer. Size of a sample. It must be less or equal than size of X.
integer. Number of samples to be extracted.
column vector. It contains the population.
matrix of type sizsam x numsamp. It contains numsamp random samples (the columns) each of sizam (size(X,'*')) extractions, without replacement, from the column vector X.