generating a randon vector withou repeating any number

2 views (last 30 days)
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
Thorsten on 2 Dec 2015
x = randperm(18, 17);

Categories

Find more on Random Number Generation 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!