フィルターのクリア

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

Community Treasure Hunt

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

Start Hunting!

Translated by