Statistics
RANK
5,245
of 295,467
REPUTATION
9
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
9
RANK
987 of 20,234
REPUTATION
1,899
AVERAGE RATING
4.50
CONTRIBUTIONS
15 Files
DOWNLOADS
32
ALL TIME DOWNLOADS
16796
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
sigm_fit_val(param,x)
It returns estimated Y for sigmoid for given PARAM and X
8 years ago | 1 download |
Submitted
boxplot3(X,Y)
Boxplot-like plot (mean, standard error and standard deviation)
8 years ago | 2 downloads |
Submitted
boxplot2
Boxplot-like plot (median, interquartile range and 5%-95% range)
8 years ago | 1 download |
Submitted
rsquared
calculate standard and adjusted R-squared (coefficient of determination)
8 years ago | 2 downloads |
Submitted
ranker(data)
RANKER returns ranked position of DATA matrix, with the same line-row structure.
8 years ago | 1 download |
Submitted
spikegauss
Generate spike vector time series (SPKVEC) from the TIMESTAMPS of the spikes.
8 years ago | 1 download |
Submitted
plot_raster
Simple XY plot with the marker '|' instead of '.' or 'o'. Useful for rastergrams or rasterplots.
8 years ago | 5 downloads |
Submitted
Pooled mean and standard deviation
Calculate pooled N, mean and STD (using, as inputs, subgroups N, mean and STD)
10 years ago | 2 downloads |
Submitted
Sine function fit
Optimization of parameters of the sine function to time series
11 years ago | 1 download |
Question
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 ago | 1 answer | 1
1
answerQuestion
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 ago | 0 answers | 1
0
answersQuestion
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 ago | 1 answer | 0
1
answerSubmitted
plot_alpha
Linear plot with translucid lines. PLOT_ALPHA(X,Y) plots vector Y versus vector X using Matlab FILL.
13 years ago | 1 download |
Question
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 ago | 5 answers | 7