Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 464 Bytes

File metadata and controls

8 lines (7 loc) · 464 Bytes

Matlab-UsefullFunctions

repositiory for usefull little functions in Matlab

Included Functions

Functions Purpose
KeyVals = LineSpec2KeyVal(linespec) extract the LineColor, LineStyle and Marker from a given linespec string as a Key-Value pair
dateLast = datetimeLast(datevec) returns the last possible datetime for a given datevec parts; eg datetimeLast(2016) returns 2016-12-31 23:59:59.999 (default minimum step is 1ms)