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!"
Statistik
RANG
48
of 293.920
REPUTATION
3.992
BEITRÄGE
7 Fragen
1.390 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
1.011
RANG
12 of 20.060
REPUTATION
36.113
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
80 Dateien
DOWNLOADS
241
ALL TIME DOWNLOADS
342340
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
RANDPERMFULL
RANDPERMFULL (N) returns a random derangement (complete permutation) of the integers from 1 to N
mehr als 5 Jahre vor | 2 Downloads |
Gesendet
PERMPOS
all possible ordered permutations of M values in N positions
mehr als 5 Jahre vor | 1 Download |
Gesendet
nchoosekcom
NCHOOSEK with its complementary combinations
mehr als 5 Jahre vor | 1 Download |
Gesendet
permsk
All permutations of K elements from an array (set)
mehr als 5 Jahre vor | 1 Download |
Gesendet
randp
pseudorandom integers from a specified discrete distribution
mehr als 5 Jahre vor | 4 Downloads |
Gesendet
nones
fill each row/column with a certain number of ones (N-ONES)
mehr als 5 Jahre vor | 1 Download |
Gesendet
runindex
linear indices for each run in a vector (run length encoding, and decoding)
mehr als 5 Jahre vor | 1 Download |
Gesendet
insertrows
Insert rows into a matrix at specific locations
mehr als 5 Jahre vor | 3 Downloads |
Gesendet
PADCAT
concatenate vectors with different lengths by padding with NaN
fast 6 Jahre vor | 33 Downloads |
Gesendet
randomwalk
Create a random walk in any number of dimensions
mehr als 6 Jahre vor | 3 Downloads |
Gesendet
allcomb(varargin)
All combinations of input (v4.2, apr 2018)
mehr als 6 Jahre vor | 27 Downloads |
Gesendet
isfunction(FUN)
returns true for valid matlab functions (v3.2, apr 2018)
mehr als 6 Jahre vor | 2 Downloads |
Gesendet
nextperm(V, K)
Next (lexicographic) permutation of values
mehr als 6 Jahre vor | 5 Downloads |
Gesendet
sortlind(A, varargin)
sorts input and returns linear indices for parallel sorting
mehr als 6 Jahre vor | 1 Download |
Gesendet
nchoosecrit(S, FUN)
returns those subsets (= combinations of elements of a set) that fulfill a specific criterion
mehr als 6 Jahre vor | 2 Downloads |
Gesendet
slidefun
apply function to a moving window over a vector (v5, jan 2018)
mehr als 6 Jahre vor | 2 Downloads |