plot3 with datetime
2 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to use datetime class variables with any plot functions other than plot? e.g. plot3 If I try the following command:
plot3(datetime,1,1)
I get the following error:
Error using plot3
A numeric or double convertible argument is expected
0 件のコメント
採用された回答
Nikhil Vyas
2016 年 4 月 28 日
It's not possible to use datetime with plot3. However, you can use your axis values with datetick to display the axis ticks as dates. For more details on datetick, refer the following link:
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!