Community Profile

photo

Aslak Grinsted


Centre for Ice and Climate, NBI, Copenhagen University

Last seen: 2ヶ月 前 2003 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • 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

バッジを表示

Feeds

表示方法

解決済み


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

6年以上 前

解決済み


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

6年以上 前

送信済み


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

約8年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

8年以上 前 | ダウンロード 11 件 |

Thumbnail

解決済み


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

8年以上 前

送信済み


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

8年以上 前 | ダウンロード 15 件 |

Thumbnail

送信済み


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

9年弱 前 | ダウンロード 16 件 |

Thumbnail

送信済み


cachedcall
Cache the results of slow function calls

約9年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

約9年 前 | ダウンロード 26 件 |

Thumbnail

送信済み


datetickzoom for R2014b onwards
Zoom Adaptive Datetick

約9年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


hslcolormap
Generate pleasing HSL colormaps easily.

約9年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

約9年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 15 件 |

Thumbnail

送信済み


ImGRAFT
An Image Georectification and Feature Tracking toolbox

9年以上 前 | ダウンロード 8 件 |

Thumbnail

送信済み


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

9年以上 前 | ダウンロード 1 件 |

Thumbnail

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

送信済み


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

9年以上 前 | ダウンロード 0 件 |

送信済み


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

9年以上 前 | ダウンロード 60 件 |

Thumbnail

回答済み
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...

9年以上 前 | 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...

9年以上 前 | 0

解決済み


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

9年以上 前

解決済み


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

9年以上 前

送信済み


flexload.m
A simple and flexible text data file parser

9年以上 前 | ダウンロード 2 件 |

Thumbnail

解決済み


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

9年以上 前

解決済み


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

9年以上 前

さらに読み込む