Feeds
已提交
sigm_fit_val(param,x)
It returns estimated Y for sigmoid for given PARAM and X
8 years 前 | 1 次下载 |
已提交
boxplot3(X,Y)
Boxplot-like plot (mean, standard error and standard deviation)
8 years 前 | 2 次下载 |
已提交
rsquared
calculate standard and adjusted R-squared (coefficient of determination)
8 years 前 | 2 次下载 |
已提交
ranker(data)
RANKER returns ranked position of DATA matrix, with the same line-row structure.
8 years 前 | 1 次下载 |
已提交
spikegauss
Generate spike vector time series (SPKVEC) from the TIMESTAMPS of the spikes.
8 years 前 | 1 次下载 |
已提交
plot_raster
Simple XY plot with the marker '|' instead of '.' or 'o'. Useful for rastergrams or rasterplots.
8 years 前 | 5 次下载 |
已提交
Pooled mean and standard deviation
Calculate pooled N, mean and STD (using, as inputs, subgroups N, mean and STD)
10 years 前 | 1 次下载 |
已提交
Sine function fit
Optimization of parameters of the sine function to time series
11 years 前 | 1 次下载 |
提问
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...
12 years 前 | 1 个回答 | 1
1
个回答提问
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...
12 years 前 | 0 个回答 | 1
0
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答已提交
plot_alpha
Linear plot with translucid lines. PLOT_ALPHA(X,Y) plots vector Y versus vector X using Matlab FILL.
13 years 前 | 1 次下载 |
提问
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 ...
13 years 前 | 5 个回答 | 7