photo

neuromechanist


Last seen: 15 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
6 个回答

File Exchange

3 文件

排名
3,778
of 297,457

声誉
14

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
7

排名
11,384 of 20,438

声誉
42

平均
0.00

贡献数
3 文件

下载次数
7

ALL TIME 下载次数
387

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • GitHub Submissions Level 3
  • Personal Best Downloads Level 1
  • First Submission
  • Revival Level 1
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Freesurfer command in matlab
It iturns out the Matlab's shell may not respect the system shell env variables. So, to make FreeSurfer work, you can have the f...

2 years 前 | 1

已提交


hdEMG-Decomposition
MATLAB implementation of (FAST) ICA decomposition of hd-sEMG signals to motor units

2 years 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


add_rug_plot
Adds rug plot(s) to already created figure or subplot

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
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 ...

4 years 前 | 0

已提交


eLocs
Functions to digitize EEG electrode locations (eLocs) using 3D scanners and motion capture

4 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已回答
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...

4 years 前 | 5

已回答
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...

5 years 前 | 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.

5 years 前 | 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 ...

6 years 前 | 1