Statistics
RANK
3,935
of 262,600
REPUTATION
10
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
13,134 of 17,976
REPUTATION
16
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
150
RANK
of 113,612
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
Content Feed
post-hoc analysis of two-way repeated measures ANOVA and multcompare() row estimate of Friedman stats
Hi, I believe for repeated mesure ANOVA, you might need to use ranova() and not anova2(). However, this function works best if ...
1 year ago | 0
Submitted
add_rug_plot
Adds rug plot(s) to already created figure or subplot
2 years ago | 1 download |

Submitted
eLocs
Functions to digitize EEG electrode locations (eLocs) using 3D scanners and motion capture
2 years ago | 12 downloads |

groupby of one column
This is about eight years late. But for anybody who may stumble upon this question, look in to findgroups function. It creates g...
2 years ago | 4
How to read data from two Arduino to Matlab ?
Hi, I guess this part of the code might cause the problem: while(strcmp(s1.TransferStatus,'read')) pause(0.01); en...
2 years ago | 0
Movefile gives unknown error upon moving .txt files
For me it was the wirte permission, so I needed to run MATLAB as admin or change the permission level of the files.
2 years ago | 0
Clustering evaluation with Silhouette extremely slow
A problem with evalclusters is that it essentially runs multiple k-means (or any other clustering algortihm) one by one, not in ...
3 years ago | 1