Axes

5 ビュー (過去 30 日間)
Resthia Monti
Resthia Monti 2011 年 7 月 28 日
I want to make a plot into an axes. then I don't know how to make a X name as a years and Y as a data. in the property I was make in XTickLabel, XLim.. But It's doesn't work. I use a Matlab R2008a
Cheers

回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 7 月 28 日
You might want to use datetick(), or you might want to set() the XTick and XTickLabel properties
set(gca, 'XTick', [1 2 3 4 5], 'XTickLabel', {'1990','1994','1998','2002','2006'})

カテゴリ

Help Center および File ExchangeAxes Appearance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by