community profile

photo

kelly kearney -凯发k8网页登录


university of washington/noaa alaska fisheries science center

last seen: 1 month 前 自 2006 起处于活动状态

professional interests: ocean biogeochemistry, ecosystem modeling

统计数据

all

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 次下载 |

网站地图