how to separate positive and negative integer

2 vues (au cours des 30 derniers jours)
Ali
Ali le 11 Juin 2020
Commenté : Walter Roberson le 11 Juin 2020
how to separate positive and negative integers
r =
0.0353 + 1.9421i
0.0353 + 1.9428i
0.0353 + 1.9436i
0.0353 + 1.9443i
0.0353 + 1.9450i
0.0353 + 1.9458i
0.0353 + 1.9465i
0.0354 + 1.9472i
0.0354 + 1.9479i
0.0354 + 1.9487i
0.0353 - 1.9421i
0.0353 - 1.9428i
0.0353 - 1.9436i
0.0353 - 1.9443i
0.0353 - 1.9450i
0.0353 - 1.9458i
0.0353 - 1.9465i
0.0354 - 1.9472i
0.0354 - 1.9479i
0.0354 - 1.9487i
  1 commentaire
Walter Roberson
Walter Roberson le 11 Juin 2020
you do not have any integers at all? you have complex values?

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 11 Juin 2020
Positive = r(imag(r)>0)
Negative = r(imag(r)<0)

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by