How to turn on the grids of axes upon start?

조회 수: 3 (최근 30일)
Ahmed Anas
Ahmed Anas 2020년 6월 11일
답변: Mohammad Sami 2020년 6월 11일
Hi All,
I have an axes with tag 'axes1' in gui project, now i want that when the project is started, the minor grids of axes should be on, i have changed its properties through property editor, but nothing is working for me. But i just want the grids to be turned on, not other things like XTicks,YTicks etc .
Thanks in advance
  댓글 수: 1
Rik
Rik 2020년 6월 11일
You can modify all relevant properties in your startup function.
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.

댓글을 달려면 로그인하십시오.

답변 (1개)

Mohammad Sami
Mohammad Sami 2020년 6월 11일
Use the function grid to turn off the grid. You can do this in the startup function as Rik mentioned
grid(handles.axes1,'off'); % replace handles.axes1 with the variable containing your axes

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by