How do I cut H and E planes from a 3D plot of an antenna radiation pattern?
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I wrote program for radiation pattern of an antenna. I got a 3D plot. When I try to take any two planes in that I get the same diagram. So help me figure out how to get 2D cuts from that 3D plot.
2 Commenti
Doug Hull
il 20 Gen 2011
Mostly this is a visualization question. If you can give the names and sizes of relevant variables, we can help. i.e. V = 10 x 10 x 10, X,Y,Z are all 1 x 10.
Risposte (2)
Walter Roberson
il 20 Gen 2011
Generally speaking, slice() can be used to take a pane from a 3D plot.
I think, though, that to know why you always get the same diagram, we would need to see some of your code.
0 Commenti
Ned Gulley
il 20 Gen 2011
You might find Eric Ludlam's Sliceomatic file (from the File Exchange) helpful for slicing planes through a volume.
0 Commenti
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots 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!