Hi, Please forgive me if I am asking a basic question. I want to pick random number from the set {2,3}. It should either pick 2 or 3 randomly. I have been looking at these functions called 'rand', 'randi', 'randperm' etc., but i couldn't figure out how to use them for my problem. Any help would be appreciated.

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 2 Okt. 2013
Bearbeitet: Azzi Abdelmalek am 2 Okt. 2013

3 Stimmen

randi([2 3])
%or
v=[2 3];
v(randi(2))

3 Kommentare

Rose
Rose am 3 Okt. 2013
Thanks a lot Azzi. By the way, what is the probability to chose one of these numbers?
Azzi Abdelmalek
Azzi Abdelmalek am 3 Okt. 2013
1/2
Dennis M
Dennis M am 27 Feb. 2021
Thank you Azzi Abdelmalek, you help me too... God Bless

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Random Number Generation finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by