how to generate a random number between the range -50 to 50?

4 次查看(过去 30 天)
a=rand(1,[-50,50])

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2017-7-28
编辑:Andrei Bobrov 2017-7-28
a = 10*(rand()-.5)
or integer namber
a = randi([-50,50])

类别

Help CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by