Filter löschen
Filter löschen

Adding a second axis

12 Ansichten (letzte 30 Tage)
Matthee Vella
Matthee Vella am 19 Aug. 2016
Kommentiert: Matthee Vella am 19 Aug. 2016
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.

Akzeptierte Antwort

Thorsten
Thorsten am 19 Aug. 2016
You can use text to place the labels, like
text(150, 0, '265', 'HorizontalAlignment', 'center')

Weitere Antworten (1)

Pawel Ladosz
Pawel Ladosz am 19 Aug. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by