I used [num txt raw]= xlsread(sprintf( 'SMPS%d.xlsx',n),'Data'); to read the excel files. The raw variable is of dimension (480*109). The first three columns are "sample no, date , time". The original format for time is HH:MM:SS but in Matlab the time column has values 0.0035,0.0056,0.0077 etc. I want to convert this whole column to actual time values as i have to further process this using time.
2 Comments
Andrei Bobrov (view profile)
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/486083-how-to-covert-matlab-time-to-actual-time#comment_757731
swetha S (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/486083-how-to-covert-matlab-time-to-actual-time#comment_757741
Sign in to comment.