Statistik
RANG
5.245
of 295.448
REPUTATION
9
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
9
RANG
987 of 20.227
REPUTATION
1.899
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
15 Dateien
DOWNLOADS
32
ALL TIME DOWNLOADS
16796
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
sigm_fit_val(param,x)
It returns estimated Y for sigmoid for given PARAM and X
fast 8 Jahre vor | 1 Download |
Gesendet
cloudplot( X, Y, nbins )
CLOUDPLOT plots a colormap histogram
fast 8 Jahre vor | 1 Download |
Gesendet
boxplot3(X,Y)
Boxplot-like plot (mean, standard error and standard deviation)
fast 8 Jahre vor | 2 Downloads |
Gesendet
boxplot2
Boxplot-like plot (median, interquartile range and 5%-95% range)
fast 8 Jahre vor | 1 Download |
Gesendet
rsquared
calculate standard and adjusted R-squared (coefficient of determination)
fast 8 Jahre vor | 2 Downloads |
Gesendet
ranker(data)
RANKER returns ranked position of DATA matrix, with the same line-row structure.
mehr als 8 Jahre vor | 1 Download |
Gesendet
spikegauss
Generate spike vector time series (SPKVEC) from the TIMESTAMPS of the spikes.
mehr als 8 Jahre vor | 1 Download |
Gesendet
plot_raster
Simple XY plot with the marker '|' instead of '.' or 'o'. Useful for rastergrams or rasterplots.
mehr als 8 Jahre vor | 5 Downloads |
Gesendet
sigm_fit
Optimization of parameters of the sigmoid function
mehr als 8 Jahre vor | 11 Downloads |
Gesendet
linebar
linebar generates BAR plot using PLOT function.
mehr als 8 Jahre vor | 1 Download |
Gesendet
mixed_design_anova.m
Example of mixed-design ANOVA model
mehr als 10 Jahre vor | 1 Download |
Gesendet
Pooled mean and standard deviation
Calculate pooled N, mean and STD (using, as inputs, subgroups N, mean and STD)
mehr als 10 Jahre vor | 2 Downloads |
Gesendet
Sine function fit
Optimization of parameters of the sine function to time series
mehr als 11 Jahre vor | 1 Download |
Frage
Repeated measures ANOVA in built-in function?
I have 3 groups evaluated in 4 moments. Each group has a different sample size: a classic data structure evaluated by a RM-ANOVA...
mehr als 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Unrecognized characters
On editor or command window the characters are OK, but not in the figure. When I enter figure text(0.5,0.5,'testing c...
mehr als 12 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
read mouse buttons without locking the code
I need to present diffent images while monitoring mouse actions. The ginput function seem adequate for me, however, it is not...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
plot_alpha
Linear plot with translucid lines. PLOT_ALPHA(X,Y) plots vector Y versus vector X using Matlab FILL.
fast 13 Jahre vor | 1 Download |
Frage
strcat including space (i.e, ' ')
I have to concatenate words, including spaces Ex. a='word1'; b='word2';c=strcat(a,' ',b); I need 'word1 word2', however, the ...
mehr als 13 Jahre vor | 5 Antworten | 7