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

3 Ansichten (letzte 30 Tage)
NN
NN am 21 Nov. 2020
Beantwortet: Shubham Rawat am 24 Nov. 2020
Please help to plot the attached data.xlsx (time ) in excel to the required 24 hour format.

Antworten (1)

Shubham Rawat
Shubham Rawat am 24 Nov. 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!

Community Treasure Hunt

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

Start Hunting!

Translated by