plot antenna 3D pattern in subplot

조회 수: 3 (최근 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 CenterFile Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by