Community Profile

photo

neuromechanist


Last seen: 4 mois il y a Actif depuis 2019

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A répondu
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...

10 mois il y a | 0

A soumis


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

plus d'un an il y a | 8 téléchargements |

Thumbnail

A soumis


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

plus d'un an il y a | 1 téléchargement |

Thumbnail

A répondu
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 ...

plus de 3 ans il y a | 0

A soumis


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

plus de 3 ans il y a | 5 téléchargements |

Thumbnail

A répondu
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...

plus de 3 ans il y a | 4

A répondu
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...

environ 4 ans il y a | 0

A répondu
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.

plus de 4 ans il y a | 0

A répondu
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 ...

presque 5 ans il y a | 1