필터 지우기
필터 지우기

How to set axis on a specified position on my figure window?

조회 수: 3 (최근 30일)
Noaman Ahmad
Noaman Ahmad 2014년 12월 3일
답변: dpb 2014년 12월 3일
I want to get axes on a specific portion of my figure window. How can I do this?

답변 (1개)

dpb
dpb 2014년 12월 3일
help axes
axes Create axes in arbitrary positions.
axes('position', RECT) opens up an axis at the specified location
and returns a handle to it.
RECT = [left, bottom, width, height] specifies the location and
size of the side of the axis box, relative to the lower-left
corner of the Figure window, in normalized units where (0,0)
is the lower-left corner and (1.0,1.0) is the upper-right.
...

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by