
Aslak Grinsted
Centre for Ice and Climate, NBI, Copenhagen University
Estadísticas
CLASIFICACIÓN
228.874
of 277.734
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
41 of 18.792
REPUTACIÓN
17.113
EVALUACIÓN MEDIA
4.60
CONTRIBUCIONES
35 Archivos
DESCARGAS
277
ALL TIME DESCARGAS
162942
CLASIFICACIÓN
5.571
of 128.916
CONTRIBUCIONES
0 Problemas
78 Soluciones
PUNTUACIÓN
820
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
más de 5 años hace
Resuelto
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
más de 5 años hace
Enviada
timed waitbar
A progress bar in a single line of code with ETA
alrededor de 7 años hace | 1 descarga |

Enviada
geoimread
Reads a sub region of a geotiff or geojp2 image.
más de 7 años hace | 15 descargas |

Resuelto
Let's see how peculiar we can get
The task is to multiply two numbers. But do it in the most peculiar possible way.
más de 7 años hace
Enviada
Ensemble MCMC sampler
An affine invariant ensemble Markov Chain Monte Carlo sampler
más de 7 años hace | 13 descargas |

Enviada
Markov Chain Monte Carlo sampling of posterior distribution
MCMC sampling of using a cascaded metropolis
alrededor de 8 años hace | 10 descargas |

Enviada
cachedcall
Cache the results of slow function calls
alrededor de 8 años hace | 2 descargas |

Enviada
quantreg(x,y,tau,order,Nboot)
Quantile regression with bootstrapping confidence intervals
alrededor de 8 años hace | 33 descargas |

Enviada
netcdfobj - netcdf made easy.
Easy interface for reading netcdf files.
más de 8 años hace | 5 descargas |

Enviada
depeval - check for dependencies
Test if a function will work without access to specific toolboxes
más de 8 años hace | 1 descarga |

Enviada
Tidal fitting toolbox
fit tidal components to an observed series of sea level and use them for prediction
más de 8 años hace | 18 descargas |

Enviada
ImGRAFT
An Image Georectification and Feature Tracking toolbox
más de 8 años hace | 4 descargas |

Enviada
Use shorthand for text layout
Allows you to specify alignment options using single character flags.
más de 8 años hace | 1 descarga |

Resuelto
Spot the outlier
All points except for one lie on a line. Which one is the outlier? Example: You are given a list of x-y pairs in a column ...
más de 8 años hace
Resuelto
Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...
más de 8 años hace
Resuelto
How many trades represent all the profit?
Given a list of results from trades made: [1 3 -4 2 -1 2 3] We can add them up to see this series of trades made a profit ...
más de 8 años hace
Resuelto
Flag largest magnitude swings as they occur
You have a phenomenon that produces strictly positive or negative results. delta = [1 -3 4 2 -1 6 -2 -7]; Marching thr...
más de 8 años hace
Resuelto
Function Iterator
Given a handle fh to a function which takes a scalar input and returns a scalar output and an integer n >= 1, return a handle f...
más de 8 años hace
Enviada
A cross wavelet and wavelet coherence toolbox
A widely used open-source wavelet coherence toolbox for matlab
más de 8 años hace | 0 descargas |
Enviada
Cross wavelet and wavelet coherence
A cross wavelet and wavelet coherence toolbox
más de 8 años hace | 28 descargas |

what are the similarity measures between two signals
There are really many different measures and they are good at different things (e.g. phase correlation). The two measures y...
más de 8 años hace | 0
How can I find the Difference between the Min and Max of all matching cells over different matrices?
I would put the 12 matrices in a 33x45x12 matrix. Then you can simply call max(x,3)-min(x,3) the '3' refers to take th...
más de 8 años hace | 0
Resuelto
Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...
más de 8 años hace
Resuelto
Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...
más de 8 años hace
Resuelto
Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...
más de 8 años hace
Resuelto
Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...
más de 8 años hace