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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by