Community Profile

photo

neuromechanist


Last seen: Today Con actividad desde 2019

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

Respondida
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 meses hace | 0

Enviada


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

más de 1 año hace | 8 descargas |

Thumbnail

Enviada


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

más de 1 año hace | 1 descarga |

Thumbnail

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

más de 3 años hace | 0

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

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

casi 4 años hace | 4

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

alrededor de 4 años hace | 0

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

más de 4 años hace | 0

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

casi 5 años hace | 1