Community Profile

photo

neuromechanist


Last seen: 1日 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • 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...

11ヶ月 前 | 0

送信済み


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

1年以上 前 | ダウンロード 8 件 |

Thumbnail

送信済み


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

1年以上 前 | ダウンロード 1 件 |

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 ...

3年以上 前 | 0

送信済み


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

3年以上 前 | ダウンロード 2 件 |

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年弱 前 | 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...

約4年 前 | 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.

4年以上 前 | 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 ...

5年弱 前 | 1