How to add custom subtitle to a Pattern(Array,... figure?
3 次查看(过去 30 天)
显示 更早的评论
Hello, I have this following piece of code to plot a antenna beam but I need to add information in the form of a subtitle, anyone know how this may be done?
pattern(Array, Frequency, cutAngle, -90:90, 'PropagationSpeed', PropagationSpeed,...
'CoordinateSystem', format ,'weights', w, ...
'Type', plotType, 'PlotStyle', plotStyle);
0 个评论
回答(1 个)
Prasannavenkatesh
2023-6-27
Hi Peter,
You can use the subtitle function (https://in.mathworks.com/help/matlab/ref/subtitle.html) to add information in the form of subtitle to a plot. Hope this helps.
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!