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

1 vue (au cours des 30 derniers jours)
Charis Martakis
Charis Martakis le 22 Nov 2017
Commenté : Charis Martakis le 22 Nov 2017
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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by