Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB   

randperm - Random permutation

Syntax

p = randperm(n)

Description

p = randperm(n) returns a random permutation of the integers 1:n.

Remarks

The randperm function calls rand and therefore changes the state of the default random number stream.

Examples

randperm(6) might be the vector

[3  2  6  4  1  5]

or it might be some other permutation of 1:6.

See Also

permute

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS