photo

Kelly Kearney


NOAA Alaska Fisheries Science Center

Last seen: Today Actif depuis 2006

Followers: 2   Following: 0

Message

Professional Interests: ocean biogeochemistry, ecosystem modeling

Programming Languages:
Python, R, MATLAB, Fortran
Spoken Languages:
English
Pronouns:
She/her

Statistiques

All
  • 36 Month Streak
  • Thankful Level 1
  • Explorer
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Guiding Light
  • Revival Level 1
  • Knowledgeable Level 5

Afficher les badges

Feeds

Afficher par

Réponse apportée
'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...

plus de 2 ans il y a | 1

Réponse apportée
Accuracy of polygon approximation
Other possible metrics commonly used to measure the error of a polygon simplification algorithm involve comparing the perimeter ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 1

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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.) ...

plus de 2 ans il y a | 0

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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 ...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
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');...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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...

presque 3 ans il y a | 0

Réponse apportée
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...

presque 3 ans il y a | 2

| A accepté

A soumis


Color Palette Tables (.cpt) for Matlab
Create and apply GMT-style colormaps in Matlab

presque 3 ans il y a | 18 téléchargements |

Thumbnail

A soumis


vec2grid
Reshapes vector data to a grid

presque 3 ans il y a | 3 téléchargements |

A soumis


bufferm2
Creates a buffer zone around or inside a polygon or polygons

presque 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


inpolygons
Finds points inside multiple polygons, holes possible.

presque 3 ans il y a | 2 téléchargements |

Thumbnail

A soumis


interpshapefile
Determine value at a given location or locations based on data in an ESRI shapefile

presque 3 ans il y a | 2 téléchargements |

Thumbnail

A soumis


aggregate
Group (and apply functions to) values in one matrix based on grouping variables in another

presque 3 ans il y a | 1 téléchargement |

A soumis


legendflex.m: a more flexible, customizable legend
Create a legend with more flexible positioning and labeling capabilities

presque 3 ans il y a | 47 téléchargements |

Thumbnail

A soumis


plotboxpos
Returns the position of a plotted axis region

presque 3 ans il y a | 6 téléchargements |

Thumbnail

A soumis


boxplot2
An alternative boxplot function

presque 3 ans il y a | 14 téléchargements |

Thumbnail

A soumis


Divided edge bundling in Matlab
Calculate and plot graph divided edge bundle pathways for directional network graphs

presque 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


boundedline.m
Plot one or more lines with a shaded boundary (can represent error, confidence intervals, etc).

presque 3 ans il y a | 74 téléchargements |

Thumbnail

A soumis


ecopath_matlab: A Matlab implementation of Ecopath
Reproduces the main mass-balance algorithm from the popular ecosystem modeling tool, Ecopath

presque 3 ans il y a | 2 téléchargements |

Thumbnail

Charger plus