Read column of dates from Excel chart and plot them as x axis
1 回表示 (過去 30 日間)
古いコメントを表示
How can I read date from excel chart and plot them in the x axis (column a - dates, column b- values)?
tnx
0 件のコメント
回答 (1 件)
KSSV
2017 年 1 月 3 日
You have to use xlsread to load the data into matlab from excel file. Then plot the data and use xtick or datetick to label x-axes with dates.
Read about xlaread, datetick, xtick.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Bar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!