How to plot time in excel for 24 hours duration , and not as serial numbers

3 visualizaciones (últimos 30 días)
NN
NN el 21 de Nov. de 2020
Respondida: Shubham Rawat el 24 de Nov. de 2020
Please help to plot the attached data.xlsx (time ) in excel to the required 24 hour format.

Respuestas (1)

Shubham Rawat
Shubham Rawat el 24 de Nov. de 2020
Hi,
As a workaround, you can implement the following steps,
Step 1: You can import the data from the excel sheet to the MATLAB using “readmatrix”.
Step 2: You can convert the columns of dates into class datetime using datatime”.
Step 3: Now you can make use of the datetime function and double in MATLAB in order to plot the data.
Hope this Helps!

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by