Jos (10584)
I have been using Matlab since version 4 (1999 or so) and still prefer it over all other software tools available for data manipulation :-) My professional interests: neuroscience (motor control & eye movements), cognitive psychology physics, mathematics, teaching "The most important part of programming is writing the comments!"
Statistics
RANK
48
of 295,735
REPUTATION
3,992
CONTRIBUTIONS
7 Questions
1,390 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1,011
RANK
12 of 20,277
REPUTATION
36,166
AVERAGE RATING
4.70
CONTRIBUTIONS
80 Files
DOWNLOADS
235
ALL TIME DOWNLOADS
342771
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
RANDPERMFULL
RANDPERMFULL (N) returns a random derangement (complete permutation) of the integers from 1 to N
5 years ago | 1 download |
Submitted
PERMPOS
all possible ordered permutations of M values in N positions
5 years ago | 1 download |
Submitted
randp
pseudorandom integers from a specified discrete distribution
6 years ago | 1 download |
Submitted
nones
fill each row/column with a certain number of ones (N-ONES)
6 years ago | 1 download |
Submitted
runindex
linear indices for each run in a vector (run length encoding, and decoding)
6 years ago | 2 downloads |
Submitted
PADCAT
concatenate vectors with different lengths by padding with NaN
6 years ago | 23 downloads |
Submitted
isfunction(FUN)
returns true for valid matlab functions (v3.2, apr 2018)
6 years ago | 4 downloads |
Submitted
sortlind(A, varargin)
sorts input and returns linear indices for parallel sorting
6 years ago | 1 download |
Submitted
nchoosecrit(S, FUN)
returns those subsets (= combinations of elements of a set) that fulfill a specific criterion
7 years ago | 1 download |
Submitted
slidefun
apply function to a moving window over a vector (v5, jan 2018)
7 years ago | 1 download |