Adding a second axis

조회 수: 4 (최근 30일)
Matthee Vella
Matthee Vella 2016년 8월 19일
댓글: Matthee Vella 2016년 8월 19일
Hi there. Basically I would like to add an axis at the top specifying the location of each of the traces shown in the figure. The locations are stored in a 1x12 array and have the following form:
265 243 221 199 177 155 133 111 89 67 45 23
The values themselves have no meaning for the graph itself I just need them to be plastered there in some way! Thank you.

채택된 답변

Thorsten
Thorsten 2016년 8월 19일
You can use text to place the labels, like
text(150, 0, '265', 'HorizontalAlignment', 'center')
  댓글 수: 1
Matthee Vella
Matthee Vella 2016년 8월 19일
Thanks that did it!

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

추가 답변 (1개)

Pawel Ladosz
Pawel Ladosz 2016년 8월 19일

카테고리

Help CenterFile Exchange에서 Data Exploration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by