統計
All
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
sigm_fit_val(param,x)
It returns estimated Y for sigmoid for given PARAM and X
8年弱 前 | ダウンロード 1 件 |
送信済み
boxplot3(X,Y)
Boxplot-like plot (mean, standard error and standard deviation)
8年弱 前 | ダウンロード 2 件 |
送信済み
rsquared
calculate standard and adjusted R-squared (coefficient of determination)
8年弱 前 | ダウンロード 2 件 |
送信済み
ranker(data)
RANKER returns ranked position of DATA matrix, with the same line-row structure.
8年以上 前 | ダウンロード 1 件 |
送信済み
spikegauss
Generate spike vector time series (SPKVEC) from the TIMESTAMPS of the spikes.
8年以上 前 | ダウンロード 1 件 |
送信済み
plot_raster
Simple XY plot with the marker '|' instead of '.' or 'o'. Useful for rastergrams or rasterplots.
8年以上 前 | ダウンロード 5 件 |
送信済み
Pooled mean and standard deviation
Calculate pooled N, mean and STD (using, as inputs, subgroups N, mean and STD)
10年以上 前 | ダウンロード 2 件 |
送信済み
Sine function fit
Optimization of parameters of the sine function to time series
11年以上 前 | ダウンロード 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年以上 前 | 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年以上 前 | 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年弱 前 | 1 件の回答 | 0
1
回答送信済み
plot_alpha
Linear plot with translucid lines. PLOT_ALPHA(X,Y) plots vector Y versus vector X using Matlab FILL.
13年弱 前 | ダウンロード 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年以上 前 | 5 件の回答 | 7