photo

Charlie Wood


Last seen: 4 Monate vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Getting variables from a custom function with a GUI
I've written a function that creates a GUI requesting the user to input two dates (start and stop). I've included format checkin...

7 Monate vor | 2 Antworten | 0

2

Antworten

Frage


sprintf value into a specific format
I have some values I'd like to sprintf into a specific format. It is similar to Fortran 77's F7.5 with an exponent. Values: ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Fraction of a day to HH:MM:SS
Good day everyone. I have a date, 17037.46688591, and want to convert it to a datetime. I'm not sure what to include in th...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Convert date to specific format julian date
Here's what I got combining some answers: d = '2016-05-04'; dt = datime(d); jday = (year(dt)-2000)*1000 + day(dt,'dayofye...

fast 8 Jahre vor | 0

Frage


Convert date to specific format julian date
Need to convert calendar date to Julian date in a specific format (YYDDD). Ex: Day = (2016-05-04,2016-08-24,2016-12-31) J-Da...

fast 8 Jahre vor | 5 Antworten | 0

5

Antworten