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일

0 개 추천

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일

0 개 추천

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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

질문:

2017년 12월 1일

댓글:

2017년 12월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by