photo

Aslak Grinsted


Centre for Ice and Climate, NBI, Copenhagen University

Last seen: 7 Monate vor Aktiv seit 2003

Followers: 2   Following: 0

Nachricht

Statistik

All
MATLAB Answers

0 Fragen
2 Antworten

File Exchange

35 Dateien

Cody

0 Probleme
78 Lösungen

RANG
202.889
of 298.641

REPUTATION
0

BEITRÄGE
0 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
41 of 20.635

REPUTATION
17.598

DURCHSCHNITTLICHE BEWERTUNG
4.60

BEITRÄGE
35 Dateien

DOWNLOADS
173

ALL TIME DOWNLOADS
167717

RANG
7.959
of 161.878

BEITRÄGE
0 Probleme
78 Lösungen

PUNKTESTAND
820

ANZAHL DER ABZEICHEN
3

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Promoter
  • Leader
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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...

mehr als 7 Jahre vor

Gelöst


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...

mehr als 7 Jahre vor

Gesendet


timed waitbar
A progress bar in a single line of code with ETA

etwa 9 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


geoimread
Reads a sub region of a geotiff or geojp2 image.

mehr als 9 Jahre vor | 15 Downloads |

5.0 / 5
Thumbnail

Gelöst


Let's see how peculiar we can get
The task is to multiply two numbers. But do it in the most peculiar possible way.

mehr als 9 Jahre vor

Gesendet


Ensemble MCMC sampler
An affine invariant ensemble Markov Chain Monte Carlo sampler

mehr als 9 Jahre vor | 2 Downloads |

4.7 / 5
Thumbnail

Gesendet


Markov Chain Monte Carlo sampling of posterior distribution
MCMC sampling of using a cascaded metropolis

etwa 10 Jahre vor | 7 Downloads |

5.0 / 5
Thumbnail

Gesendet


cachedcall
Cache the results of slow function calls

etwa 10 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


quantreg(x,y,tau,order,Nboot)
Quantile regression with bootstrapping confidence intervals

etwa 10 Jahre vor | 27 Downloads |

3.9 / 5
Thumbnail

Gesendet


datetickzoom for R2014b onwards
Zoom Adaptive Datetick

etwa 10 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


hslcolormap
Generate pleasing HSL colormaps easily.

mehr als 10 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


netcdfobj - netcdf made easy.
Easy interface for reading netcdf files.

mehr als 10 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


depeval - check for dependencies
Test if a function will work without access to specific toolboxes

mehr als 10 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Tidal fitting toolbox
fit tidal components to an observed series of sea level and use them for prediction

mehr als 10 Jahre vor | 10 Downloads |

4.0 / 5
Thumbnail

Gesendet


ImGRAFT
An Image Georectification and Feature Tracking toolbox

mehr als 10 Jahre vor | 4 Downloads |

5.0 / 5
Thumbnail

Gesendet


Use shorthand for text layout
Allows you to specify alignment options using single character flags.

mehr als 10 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gelöst


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 ...

mehr als 10 Jahre vor

Gelöst


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 ...

mehr als 10 Jahre vor

Gelöst


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 ...

mehr als 10 Jahre vor

Gelöst


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...

mehr als 10 Jahre vor

Gelöst


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...

mehr als 10 Jahre vor

Gesendet


A cross wavelet and wavelet coherence toolbox
A widely used open-source wavelet coherence toolbox for matlab

mehr als 10 Jahre vor | 0 Downloads |

1.0 / 5

Gesendet


Cross wavelet and wavelet coherence
A cross wavelet and wavelet coherence toolbox

mehr als 10 Jahre vor | 34 Downloads |

4.7 / 5
Thumbnail

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Gelöst


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 ...

mehr als 10 Jahre vor

Gelöst


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 ...

mehr als 10 Jahre vor

Gesendet


flexload.m
A simple and flexible text data file parser

mehr als 10 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gelöst


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...

mehr als 10 Jahre vor

Gelöst


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...

mehr als 10 Jahre vor

Mehr laden