필터 지우기
필터 지우기

labelling figures

조회 수: 2 (최근 30일)
Richard
Richard 2012년 3월 20일
Say that I have 3 subplots and I want to label the first subplot as (a) the second as (b) and the third as (c). I want the label to be in the NorthWest corner. Is this possible without using the text command and having to manually insert the text yourself.
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 3월 20일
Why don't you want to use the text command?
Richard
Richard 2012년 3월 20일
I have a rather large dataset which I will be generating a few figures where the axis will vary, therefore I will have to manually change the values defining the location of the text. So, I was hoping for a command that would do this!

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

답변 (1개)

Rick Rosson
Rick Rosson 2012년 3월 21일
You can easily automate the location of the text by using the get function to find out the x- and y- limits of the axes, and then using this information to specify the location and extent of the text.
Alternatively, you can change the units of measure that are used to locate the text to normalized, and then specify the location in the upper right corner.
HTH.
Rick

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by