how to separate positive and negative integer

1 回表示 (過去 30 日間)
Ali
Ali 2020 年 6 月 11 日
コメント済み: Walter Roberson 2020 年 6 月 11 日
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 日
Positive = r(imag(r)>0)
Negative = r(imag(r)<0)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by