how to hiding the legend?

조회 수: 1 (최근 30일)
Lilya
Lilya 2016년 5월 12일
답변: Azzi Abdelmalek 2016년 5월 12일
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