Random secuence {-3,-1,1,3}

1 次查看(过去 30 天)
pizarro
pizarro 2014-10-22
编辑: Rick Rosson 2014-10-22
Hi All, how can I build a random secuence to obtain this values {-3,-1,1,3}?

回答(1 个)

Rick Rosson
Rick Rosson 2014-10-22
编辑:Rick Rosson 2014-10-22
x = 2*randi([0 3],100,1) - 3;

类别

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