how to separate positive and negative integer

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 件のコメント

Walter Roberson
Walter Roberson 2020 年 6 月 11 日
you do not have any integers at all? you have complex values?

サインインしてコメントする。

 採用された回答

madhan ravi
madhan ravi 2020 年 6 月 11 日

0 投票

Positive = r(imag(r)>0)
Negative = r(imag(r)<0)

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

Ali
2020 年 6 月 11 日

コメント済み:

2020 年 6 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by