简体   繁体   中英

Plotting data using matlab

I have to plot this data with matlab but I can't correctly import the date-time column. How can I do? Thanks for the answers.

09/10/2000 16:30:00 981.5
09/10/2000 17:00:00 981.2344
09/10/2000 17:30:00 981.2188
09/10/2000 18:00:00 981.2031 .....(other 1800 data)

Use the datenum function to convert from a date string to a numeric value. If you are importing the data from Excel, you may want to read When to Convert Dates from Excel Files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM