Open Access Dataset and Toolbox of High-Density Surface Electromyogram Recordings 1.0.0

File: <base>/toolbox/function/mySaveGoodIndex.m (83 bytes)
function flag=mySaveGoodIndex(path,GoodIndex)

save(path,'GoodIndex');

flag=1;