3D(x,y,z) + Time variable to plot graph
17 ビュー (過去 30 日間)
古いコメントを表示
How can i draw a graph with 3 axis and add in a time variable in matlab?
0 件のコメント
回答 (1 件)
Kush
2023 年 6 月 30 日
The following functions can help you implement your code:-
plot3 : used to plot a set of coordinates connected by line segments, specify X, Y, and Z as vectors of the same length.
datetick : labels the tick lines of the axis specified by tickaxis using dates, replacing the default numeric labels. datetick selects a label format based on the minimum and maximum limits of the specified axis. The axis data values should be serial date numbers, as returned by the datenum function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!