I'm trying to import data from excel into matlab where the data contains a column of time where time is in the format of 00:05, 22:00 etc...
Is there a way of importing this into matlab without changing the format?
Currently, when importing the vector into matlab, it changes the values to decimals which is not what I need.