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 前 | 1 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/60745/versions/1/screenshot.png)
已提交
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.
9 years 前 | 1 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/56244/versions/4/screenshot.png)
已提交
spikegauss
Generate spike vector time series (SPKVEC) from the TIMESTAMPS of the spikes.
9 years 前 | 1 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41248/versions/2/screenshot.png)
已提交
plot_raster
Simple XY plot with the marker '|' instead of '.' or 'o'. Useful for rastergrams or rasterplots.
9 years 前 | 3 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/48516/versions/6/screenshot.jpg)
已提交
Pooled mean and standard deviation
Calculate pooled N, mean and STD (using, as inputs, subgroups N, mean and STD)
10 years 前 | 4 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/37233/versions/11/screenshot.jpg)
已提交
Sine function fit
Optimization of parameters of the sine function to time series
12 years 前 | 2 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41246/versions/1/screenshot.png)
提问
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...
13 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 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34831/versions/1/screenshot.png)
提问
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