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 Center および File ExchangeLegend についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by