plot antenna 3D pattern in subplot

7 Ansichten (letzte 30 Tage)
Chen
Chen am 1 Dez. 2017
Kommentiert: Honglei Chen am 4 Dez. 2017
how to put antenna 3D pattern (created by pattern(object, frequency) function in Phased Array System Toolbox) in a subplot?

Akzeptierte Antwort

Honglei Chen
Honglei Chen am 1 Dez. 2017
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

Weitere Antworten (1)

Chen
Chen am 1 Dez. 2017
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 Kommentar
Honglei Chen
Honglei Chen am 4 Dez. 2017
No, currently there is no supported API to do this.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Antennas, Microphones, and Sonar Transducers finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by