필터 지우기
필터 지우기

About figure that remove the Toolbar

조회 수: 2 (최근 30일)
Pan
Pan 2012년 3월 3일
I want to remove toolbar at Figure. how to do ?? pleas give me some advice, thanks!!

채택된 답변

Oleg Komarov
Oleg Komarov 2012년 3월 3일
figure('toolbar','none')
or if you already have the figure
set(gcf,'toolbar','none')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by