generating a randon vector withou repeating any number
Show older comments
Hello, Someone can help me with the following question? I want to generate a randon vector (1x17) where the number range are 1 to 18, but i don't want to repeat any of these numbers.
Thanks!!
Answers (1)
Thorsten
on 2 Dec 2015
x = randperm(18, 17);
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!