Plot: varying X-axis Ticks
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
SreeHarish Muppirisetty
am 11 Dez. 2013
Bearbeitet: SreeHarish Muppirisetty
am 11 Dez. 2013
I am using plot function say, timecourse (from 1 to 10000 seconds) Vs predictionsetvalues (some arbitrary units). My length(predictionsetvalues)==length(timecourse)=10000;
I want to draw my plot in such a way that, my x-axis ticks are arranged as following:
1 2 3 4 5 6 7 8 9 10 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000
How can I do this?
Thank you
0 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 11 Dez. 2013
Bearbeitet: Azzi Abdelmalek
am 11 Dez. 2013
This is not possible with linear scale. Maybe with log scale, you can get a representation close to what you want
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Axis Labels finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!