repositiory for usefull little functions in Matlab
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) |