How do I generate a 3 dimensional beam pattern?
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to reproduce the plot shown here:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154218/image.jpeg)
It's on one of the promotional pages for the phased array system toolbox, but I cannot for the life of me figure out how to make that plot. Any help would be greatly appreciated. The image was found on the following page:
Thanks,
Chuck
0 Commenti
Risposta accettata
Yinguang Li
il 13 Gen 2014
Modificato: Honglei Chen
il 14 Gen 2014
By using the following command, you should be able to get what you want.
ha = phased.URA(10);
ha.Element.BackBaffled = true;
plotResponse(ha,3e8,3e8,'RespCut','3D','Format','Polar')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Array Geometries and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!