how to hiding the legend?

2 views (last 30 days)
Lilya
Lilya on 12 May 2016
Answered: Azzi Abdelmalek on 12 May 2016
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 12 May 2016
hl=findobj(gcf,'type','legend')
delete(hl)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!