Can someone help me? - Plotting complex number with index
古いコメントを表示
I plotted complex numbers as follows:

and I got some complex numbers, like for example:

result plot:

how do I put the corresponding bit values (1000,1100, ...) according to the example below???

Can someone help me?
採用された回答
その他の回答 (1 件)
Sulaymon Eshkabilov
2021 年 5 月 26 日
1 投票
(1) Separate real and imaginary parts using real(), imag()
(2) PLot them: Real vs. Imag
(3) Convert the separated real and imaginary values (floating point numbers) to binary strings using:
and so forth.
4 件のコメント
adriane duarte
2021 年 5 月 26 日
adriane duarte
2021 年 5 月 26 日
adriane duarte
2021 年 5 月 26 日
編集済み: adriane duarte
2021 年 5 月 26 日
adriane duarte
2021 年 5 月 27 日
カテゴリ
ヘルプ センター および File Exchange で Communications Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!