How to plot data samples in three dimensions?

4 ビュー (過去 30 日間)
Robert_
Robert_ 2019 年 8 月 20 日
回答済み: Ted Shultz 2019 年 8 月 21 日
I got a radar data cube for a fmcw radar. The rows represent the data for one chrip, the columns four receive antennas and the third dimension the number of chirps I model. Now I want to plot the chirp of one receive antenna in x-y-plane and all the chirps of one receive antenna in the z-domain spaced apart.
It should look something like that (without the rotation, n would be the time, m the number of chirps stored in third dimension and the amplitude is y)
Edit: Also a continous surface would work. Separation with axes as shown in the draft is not of importance
Thank you for any suggestions
  1 件のコメント
Bob Thompson
Bob Thompson 2019 年 8 月 21 日
I suggest using something like scatter3.

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

回答 (1 件)

Ted Shultz
Ted Shultz 2019 年 8 月 21 日
you can use plot3. Let the row be y, time be x, and n be z. You will get a plot, but it won't be nice like what you show, as a real radar has a lot more data....

カテゴリ

Help Center および File ExchangeWaveform-Level Simulations についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by