how to hiding the legend?

4 次查看(过去 30 天)
Hi all I used Neural Network ToolBox and the plotted regression is one of the toolbox's functions. how can I hiding the legend and the y-axis label?
thank you for help

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-5-12
hl=findobj(gcf,'type','legend')
delete(hl)

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by