plot antenna 3D pattern in subplot
3 views (last 30 days)
Show older comments
how to put antenna 3D pattern (created by pattern(object, frequency) function in Phased Array System Toolbox) in a subplot?
0 Comments
Accepted Answer
Honglei Chen
on 1 Dec 2017
Could you elaborate more regarding what went wrong? I can do the following in my MATLAB
figure;
subplot(2,2,1);
pattern(phased.ULA,3e8)
and the plot shows up in the desired subplot.
HTH
0 Comments
More Answers (1)
See Also
Categories
Find more on Array Geometries and Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!