Needed help with figures
古いコメントを表示
Hello to everybody, I'm not a real expert on Matlab use, but I need to be more confident with it because I have to write my master thesis by using this software. I have a problem with a figure: I have plot an historical data series that have a monthly frequency data, I would like that in axes x do not appear the number that Matlab gives to my dates, but the dates themselves (01-2000, or Jan-00, or something like this instead of 10, 20, ... ). I hope to have well explained my problem. Thank you!! Michela
採用された回答
その他の回答 (1 件)
Michela
2015 年 10 月 4 日
0 投票
1 件のコメント
Note that the X-axis needs to be supplied with a serial date number, not just a values that is the year that you want. Have a look at my example and you can see that I use the function datenum to convert a vector of years (1900,1910,...) into serial date numbers, and these are the X-values that I plotted.
カテゴリ
ヘルプ センター および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
