How to recieve only the negative or the positive of an integer?

1 次查看(过去 30 天)
I want to get only the negative or positive of a specific integer but randomly each time. For example inside a for loop i want to recieve the number -3 or +3 each time it loops.

采纳的回答

KL
KL 2017-11-22
One way is,
your_integer = 3;
number = randsample([-1 1],1)*your_integer

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by