plot antenna 3D pattern in subplot
조회 수: 3 (최근 30일)
이전 댓글 표시
how to put antenna 3D pattern (created by pattern(object, frequency) function in Phased Array System Toolbox) in a subplot?
댓글 수: 0
채택된 답변
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
댓글 수: 0
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!