Plot graphs of the data in 3 subplots (3 rows × 1 column)

조회 수: 5 (최근 30일)
zhi cheng
zhi cheng 2022년 10월 11일
댓글: dpb 2022년 10월 11일
given a (52560 x 8 double)
the first 5 columns are [ year month day hour minute ] and next 3 columns are different values at the same time.
ask to combine them using datenum() function so that can be used on x-axis, and use datetick(‘x’) to display the x-axis with sensible labels.
then, ask to plot graphs of the data in 3 subplots (3 rows × 1 column)
  댓글 수: 2
Dyuman Joshi
Dyuman Joshi 2022년 10월 11일
The language of question statement suggest it is a homework questin/assignment.
Show your code, what you have done and mention what exactly is the problem/error you are facing, so that we can help you rectify/solve whatever is troubling you.
dpb
dpb 2022년 10월 11일
Tagged with R2022a; do NOT use the deprecated datenum and datetick; use the current datetime function instead. One immediate result of such is that plot is now datetime-aware so get the labelling of the axis ticks for free...
Secondly, the tiledlayout has surpassed subplot in a like manner; it is the presently-recommended solution.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by