photo

Charlie Wood


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
77,770
of 300,338

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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: ...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Answered
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...

9 years ago | 0

Question


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...

9 years ago | 5 answers | 0

5

answers