Statistics
RANK
66
of 297,010
REPUTATION
2,767
CONTRIBUTIONS
12 Questions
640 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
717
RANK
79 of 20,418
REPUTATION
12,119
AVERAGE RATING
4.80
CONTRIBUTIONS
25 Files
DOWNLOADS
205
ALL TIME DOWNLOADS
104625
RANK
of 157,687
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
Why am I getting the error "Array indices must be positive integers or logical values"?
MATLAB uses 1-based indexing, so the first element is accessed with index 1, not 0. This means array indices must be positive i...
4 months ago | 13
| accepted
Submitted
skillstats.m
Calculate (and plot) skill statistics for model validation
6 months ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e3e9b178-3f16-4615-b586-1b06050f5471/20c6efef-82de-42f8-a2f7-a9c8d44db251/images/1723748228.png)
Submitted
shapeprjread.m: Read a projected shapefile
Read a projected shapefile into Matlab
6 months ago | 3 downloads |
Submitted
minmax.m
Returns minimum and maximum value across all dimensions of the given array
6 months ago | 3 downloads |
Submitted
labelaxes.m: Quick placement of text around axes
Add text in or adjacent to axes using directional locations (e.g., north, southoutside, northeast)
6 months ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/88819076-64e6-4df7-bc58-9b80b0dd03d1/fbf4a1ca-3ec6-43c1-a843-121f912bb90d/images/1723746852.png)
Submitted
mergeaxes.m and subgridaxes.m: Axis merge/split tools
Create new axes that occupies the space of previous ones
6 months ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b5b06be7-189b-4a9b-bbfa-6a312182546f/4126d76a-3b20-427c-af84-6d8c2bfc2c28/images/1723747252.png)
Submitted
plotgrid.m: Set up (and plot to) a grid of axes
Sets up a grid of axes and optionally plots data from a cell array to that grid
6 months ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/dc8b87ae-0b2a-45ff-8d58-1e647dcf68cf/11787c38-84d0-40cd-8451-cf25bf9303e1/images/1723747748.png)
'splitapply' syntax to index multiple columns in a timetable
I really wish splitapply did allow you to pass a table as input and apply the same function to each column of that input. Unfor...
3 years ago | 1
Accuracy of polygon approximation
Other possible metrics commonly used to measure the error of a polygon simplification algorithm involve comparing the perimeter ...
3 years ago | 0
group by indexing discontinuous timetable
Here's one possible solution; it first checks for criteria 2 and then goes back to verify #1. You can probably do it all in one...
3 years ago | 0
| accepted
define different color for area
I don't think an area plot allows for multiple colors within a single area object. You could accomplish the color change using ...
3 years ago | 0
| accepted
Problem adding a field to a struct via function
Your function doesn't return any output. Modify it to do so: function MeshInfo = generateTriangleCount(MeshInfo) SizeTriangle...
3 years ago | 1
| accepted
Name Contour levels outside plot
Using builtin contour-related functions... no, not really. Contour labels are one of the least customizable parts of Matlab gra...
3 years ago | 1
Combine data from multiple netCDF files
What are the dimensions of the total dataset? And do you really need to hold the entire thing in memory at once? I think you...
3 years ago | 0
How to plot a 3D cube based if i have the coordinates of the 8 surrounding nodes?
To expand on Star Strider's answer, in your example, you've specified a list of coordinates, but you haven't told Matlab how the...
3 years ago | 2
| accepted
How to plot a map like this in Matlab?
Do you want to replicate that plot exactly, or just the general concept? If the former, I'd recommend looking at m_map, since i...
3 years ago | 0
Matrix math with Datetime arrays
As you discovered, implicit expansion of is only supported for numerical arrays (though I'm not sure where that's documented.) ...
3 years ago | 0
Timetable_Averaging values from each month
I don't believe you can use retime to build a climatology; for that, I usually use the splitapply function. Unfortunately, spli...
3 years ago | 0
A simple scatter plot from a 2d matrix
Are any of these what you're looking for? a1=rand(5,1)*3; a2=rand(5,1)*3; [x1, x2] = meshgrid(sort(a1),sort(a2)); % sort for ...
3 years ago | 1
| accepted
How do I create a for loop with fields of structures?
In your current code, you're saving over P on each iteration of the loop. Instead, save to an array: nt= length(Global_Data.Fi...
3 years ago | 0
| accepted
Multiple axes in a subplot
You can achieve the multiple-axis look by layering different axes on top of each other. There are several File Exchange entries...
3 years ago | 0
| accepted
transform text data like {'1951:Q4'} with quarterly dates to number x axis of a plot
I'd recommend converting your fdate cell array to an array of datetimes: fdate = datetime(fdate, 'InputFormat', 'uuuu:''Q''Q');...
3 years ago | 0
| accepted
How to plot coordinate data to appear solid with lighting effect?
The following example shows a relatively simple way to create patch surfaces that connect each circle to the adjacent one (assum...
3 years ago | 0
How do I select data based on multiple indexes?
Assuming that the landwatermask, PerpSurface_saturationflag, and ParSurface_saturationflag matrices are all the same size, and t...
3 years ago | 0
Spread monthly data into days
One way to do the expansion... convert your monthly dates to the first of each month, then use dateshift to check which month ea...
3 years ago | 2
| accepted
Submitted
Color Palette Tables (.cpt) for Matlab
Create and apply GMT-style colormaps in Matlab
3 years ago | 12 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5743f6e-4a80-11e4-9553-005056977bd0/0705fc34-3915-4811-b655-38a2916fe4a1/images/screenshot.jpg)
Submitted
bufferm2
Creates a buffer zone around or inside a polygon or polygons
3 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5502862-4a80-11e4-9553-005056977bd0/6fa2f28d-87f9-46da-a3ff-2ff215549b03/images/screenshot.jpg)
Submitted
inpolygons
Finds points inside multiple polygons, holes possible.
3 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e54c62f5-4a80-11e4-9553-005056977bd0/8df1234c-54a0-40d1-8004-7b1ce5de4ffd/images/screenshot.jpg)
Submitted
interpshapefile
Determine value at a given location or locations based on data in an ESRI shapefile
3 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e54f8b28-4a80-11e4-9553-005056977bd0/5d6b113c-d6c7-4263-a9e7-469c39f21f9f/images/screenshot.jpg)