Borrar filtros
Borrar filtros

How to pick random number?

4 visualizaciones (últimos 30 días)
Rose
Rose el 2 de Oct. de 2013
Comentada: Dennis M el 27 de Feb. de 2021
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.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 2 de Oct. de 2013
Editada: Azzi Abdelmalek el 2 de Oct. de 2013
randi([2 3])
%or
v=[2 3];
v(randi(2))
  3 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 3 de Oct. de 2013
1/2
Dennis M
Dennis M el 27 de Feb. de 2021
Thank you Azzi Abdelmalek, you help me too... God Bless

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by