필터 지우기
필터 지우기

How to make polardb finction work

조회 수: 15 (최근 30일)
han han
han han 2020년 2월 7일
댓글: Jia-Hong Lai 2022년 4월 18일
I want to draw a beam, but I refer to the example in this article.
Code source
I want to draw the beam as shown below
figure('NumberTitle','off','Name','Figure 11.9 in Polar','Position',[0 0 600 850]);
subplot(2,1,1);
polardb(angle*pi/180,10*log10(abs(C1).^2),-60,'b');
title('Beampattern Using Definition');
grid on;
Will show the following error
Where is polardb defined?
How to correct it?
Thx.
  댓글 수: 1
Jia-Hong Lai
Jia-Hong Lai 2022년 4월 18일
How can you even spell the word wrong in the title?

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

답변 (1개)

Gnaneswar Nadh satapathi
Gnaneswar Nadh satapathi 2020년 2월 7일

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by