Is there a way to turn off the scale over the graph

조회 수: 3 (최근 30일)
高祥 袁
高祥 袁 2021년 9월 11일
답변: Ive J 2021년 9월 11일

채택된 답변

Ive J
Ive J 2021년 9월 11일
h = gca;
h.Box = 'on';
h.XAxis.TickLength = [0 0];

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surfaces, Volumes, and Polygons에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by