Roger Parkyn
Hydro Tasmania
Followers: 0 Following: 0
Professional Interests: Hydrological and energy modelling
Statistics
RANK
9,519
of 295,467
REPUTATION
4
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
4,094 of 20,234
REPUTATION
350
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
7
ALL TIME DOWNLOADS
3202
RANK
of 153,912
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
Feeds
Plotting timetable data: how to add x-axis ticks, labels and gridlines on 1st and 15th day of each month
Another way to get a vector of monthly datetimes to use for the ticks would be: t_monthly=[datetime(2018,6,1):calmonths(1):date...
3 years ago | 0
How to align the figure name to the left ?
Or just use a text label instead. text(0.02, 1.02, 'Some Title String', 'Units', 'normalized', 'VerticalAlignment','Bottom', '...
4 years ago | 0
APP DESIGNER - How to try and catch TeX syntax?
I don't know the answer to your specific quesion but this may help others using appdesigner: try some_code; % You can put ...
5 years ago | 2
Submitted
time_boundaries(sd_start, sd_end, boundary_type, span_wide)
Find the calendar time-boundaries (e.g. month or year start-dates) between two dates
7 years ago | 1 download |
equivalent of isfield for tables
This issue was also raised by Pawel Kusmierek ( <http://au.mathworks.com/matlabcentral/answers/123242-why-isfield-does-not-work...
9 years ago | 0
Submitted
is_str_in_str(c, str_match, is_case_sensitive)
Finds whether a string (or elements of a cell-array of strings) contains specified sub-strings.
9 years ago | 2 downloads |
Submitted
Duration (CDF) Plot
A simple plotter for ranked data against empirical probability.
11 years ago | 2 downloads |
Submitted
Html Table Writer
Writes a cell-array to an html file. Numerous formatting options are available.
11 years ago | 2 downloads |