plot antenna 3D pattern in subplot

2 ビュー (過去 30 日間)
Chen
Chen 2017 年 12 月 1 日
コメント済み: Honglei Chen 2017 年 12 月 4 日
how to put antenna 3D pattern (created by pattern(object, frequency) function in Phased Array System Toolbox) in a subplot?

採用された回答

Honglei Chen
Honglei Chen 2017 年 12 月 1 日
Could you elaborate more regarding what went wrong? I can do the following in my MATLAB
figure;
subplot(2,2,1);
pattern(phased.ULA,3e8)
and the plot shows up in the desired subplot.
HTH

その他の回答 (1 件)

Chen
Chen 2017 年 12 月 1 日
Many thanks HongLei It works. However, can you tell me way I cannot use the same way to put viewArray(array,'ShowNormals',true) to a subplot?
i.e., how to put viewArray to a subplot?
Cheers Chen
  1 件のコメント
Honglei Chen
Honglei Chen 2017 年 12 月 4 日
No, currently there is no supported API to do this.

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

カテゴリ

Help Center および File ExchangeArray Geometries and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by