how to hiding the legend?

1 visualización (últimos 30 días)
Lilya
Lilya el 12 de Mayo de 2016
Respondida: Azzi Abdelmalek el 12 de Mayo de 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

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 12 de Mayo de 2016
hl=findobj(gcf,'type','legend')
delete(hl)

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by