How to remove the formula text

2 次查看(过去 30 天)
I was looking how to remove the formula text that appears under a polar plot. I know how to edit it to remove it, but i want to add it to my code so it is removed automatically.

采纳的回答

Walter Roberson
Walter Roberson 2018-4-25
编辑:Walter Roberson 2018-4-25
After the ezpolar() call,
delete(findobj(gca, 'type', 'text'))
This works because the text() that is created with the formula has a visible handle, where-as the text() objects created for the various labels have hidden handles.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by