How can I randomly select one variable between 3 variables?

3 次查看(过去 30 天)
I want to randomly select 1 variable between variables 10, 20, and 30.
This is what I did and it failed.
a = [10:10:30]
rand(a)
It gives me numerous floats. I want to get 10 or 20 or 30.
Thank you for your help.

采纳的回答

Fangjun Jiang
Fangjun Jiang 2022-2-28
a = [10:10:30]
a(randi(3,1))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by