Plot radiating eletric field from isotropic antenna
2 ビュー (過去 30 日間)
古いコメントを表示
I want to plot somehting like this. In the vertical axis is height and in the horizontal is distance. Color bar is in dB. How can I do this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/249452/image.jpeg)
0 件のコメント
回答 (1 件)
Taru
2022 年 10 月 6 日
編集済み: Taru
2022 年 10 月 7 日
Hi,
I understand that you are looking out for the function to plot such graphs. 'contourf' function would do the trick for you to plot the above graph along with the colorbar. Simply, make a 2D matrix with values of the electric field corresponding to the respective height and distance parameters and feed it to the contourf function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Analysis, Benchmarking, and Verification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!