Python, R, MATLAB, Fortran
Spoken Languages:
English
Pronouns:
She/her
Estadística
12 Preguntas
640 Respuestas
25 Archivos
CLASIFICACIÓN
66
of 294.421
REPUTACIÓN
2.767
CONTRIBUCIONES
12 Preguntas
640 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
717
CLASIFICACIÓN
79 of 20.110
REPUTACIÓN
12.005
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
25 Archivos
DESCARGAS
248
ALL TIME DESCARGAS
103779
CLASIFICACIÓN
of 151.653
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
skillstats.m
Calculate (and plot) skill statistics for model validation
alrededor de 2 meses hace | 2 descargas |
Enviada
shapeprjread.m: Read a projected shapefile
Read a projected shapefile into Matlab
alrededor de 2 meses hace | 2 descargas |
Enviada
minmax.m
Returns minimum and maximum value across all dimensions of the given array
alrededor de 2 meses hace | 3 descargas |
Enviada
labelaxes.m: Quick placement of text around axes
Add text in or adjacent to axes using directional locations (e.g., north, southoutside, northeast)
alrededor de 2 meses hace | 3 descargas |
Enviada
mergeaxes.m and subgridaxes.m: Axis merge/split tools
Create new axes that occupies the space of previous ones
alrededor de 2 meses hace | 1 descarga |
Enviada
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
alrededor de 2 meses hace | 2 descargas |
'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...
casi 3 años hace | 1
Accuracy of polygon approximation
Other possible metrics commonly used to measure the error of a polygon simplification algorithm involve comparing the perimeter ...
casi 3 años hace | 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...
casi 3 años hace | 0
| aceptada
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 ...
casi 3 años hace | 0
| aceptada
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...
casi 3 años hace | 1
| aceptada
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...
casi 3 años hace | 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...
casi 3 años hace | 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...
casi 3 años hace | 2
| aceptada
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...
casi 3 años hace | 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.) ...
casi 3 años hace | 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...
casi 3 años hace | 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 ...
casi 3 años hace | 1
| aceptada
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...
casi 3 años hace | 0
| aceptada
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...
casi 3 años hace | 0
| aceptada
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');...
casi 3 años hace | 0
| aceptada
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...
alrededor de 3 años hace | 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...
alrededor de 3 años hace | 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...
alrededor de 3 años hace | 2
| aceptada
Enviada
Color Palette Tables (.cpt) for Matlab
Create and apply GMT-style colormaps in Matlab
alrededor de 3 años hace | 19 descargas |
Enviada
bufferm2
Creates a buffer zone around or inside a polygon or polygons
alrededor de 3 años hace | 4 descargas |
Enviada
inpolygons
Finds points inside multiple polygons, holes possible.
alrededor de 3 años hace | 5 descargas |
Enviada
interpshapefile
Determine value at a given location or locations based on data in an ESRI shapefile
alrededor de 3 años hace | 1 descarga |
Enviada
aggregate
Group (and apply functions to) values in one matrix based on grouping variables in another
alrededor de 3 años hace | 1 descarga |