kelly kearney -凯发k8网页登录
university of washington/noaa alaska fisheries science center
professional interests: ocean biogeochemistry, ecosystem modeling
统计数据
12
639
19
排名
60
of 277,885
声誉
2,721
贡献数
12
639
回答接受率
16.67%
收到投票数
699
排名
83 of 18,801
声誉
11,518
平均
4.50
贡献数
19
下载次数
341
all time 下载次数
99540
排名
of 129,101
贡献数
0 个问题
0 个答案
评分
0
徽章数量
0
贡献数
0 帖子
贡献数
0
平均
贡献数
0
平均赞数
content feed
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...
1 year 前 | 1
other possible metrics commonly used to measure the error of a polygon simplification algorithm involve comparing the perimeter ...
1 year 前 | 0
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...
1 year 前 | 0
| 已接受
i don't think an area plot allows for multiple colors within a single area object. you could accomplish the color change using ...
1 year 前 | 0
| 已接受
your function doesn't return any output. modify it to do so: function meshinfo = generatetrianglecount(meshinfo) sizetriangle...
1 year 前 | 1
| 已接受
using builtin contour-related functions... no, not really. contour labels are one of the least customizable parts of matlab gra...
1 year 前 | 1
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...
1 year 前 | 0
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...
1 year 前 | 1
| 已接受
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...
1 year 前 | 0
as you discovered, implicit expansion of is only supported for numerical arrays (though i'm not sure where that's documented.) ...
1 year 前 | 0
i don't believe you can use retime to build a climatology; for that, i usually use the splitapply function. unfortunately, spli...
1 year 前 | 0
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 ...
1 year 前 | 0
| 已接受
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...
1 year 前 | 0
| 已接受
you can achieve the multiple-axis look by layering different axes on top of each other. there are several file exchange entries...
1 year 前 | 0
| 已接受
i'd recommend converting your fdate cell array to an array of datetimes: fdate = datetime(fdate, 'inputformat', 'uuuu:''q''q');...
1 year 前 | 0
| 已接受
the following example shows a relatively simple way to create patch surfaces that connect each circle to the adjacent one (assum...
1 year 前 | 0
assuming that the landwatermask, perpsurface_saturationflag, and parsurface_saturationflag matrices are all the same size, and t...
1 year 前 | 0
one way to do the expansion... convert your monthly dates to the first of each month, then use dateshift to check which month ea...
1 year 前 | 2
| 已接受
已提交
create and apply gmt-style colormaps in matlab
1 year 前 | 27 次下载 |
已提交
reshapes vector data to a grid
1 year 前 | 3 次下载 |
已提交
creates a buffer zone around or inside a polygon or polygons
1 year 前 | 4 次下载 |
已提交
finds points inside multiple polygons, holes possible.
1 year 前 | 2 次下载 |
已提交
determine value at a given location or locations based on data in an esri shapefile
1 year 前 | 4 次下载 |
已提交
group (and apply functions to) values in one matrix based on grouping variables in another
1 year 前 | 2 次下载 |
已提交
create a legend with more flexible positioning and labeling capabilities
1 year 前 | 74 次下载 |
已提交
returns the position of a plotted axis region
1 year 前 | 13 次下载 |
已提交
an alternative boxplot function
1 year 前 | 27 次下载 |
已提交
calculate and plot graph divided edge bundle pathways for directional network graphs
1 year 前 | 1 次下载 |
已提交
plot one or more lines with a shaded boundary (can represent error, confidence intervals, etc).
1 year 前 | 91 次下载 |
已提交
reproduces the main mass-balance algorithm from the popular ecosystem modeling tool, ecopath
1 year 前 | 2 次下载 |