How to make polardb finction work

4 ビュー (過去 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 日
  1 件のコメント
ZY G
ZY G 2020 年 4 月 27 日
thx

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by