/EOG

Programs and functions developed in Matlab for ocular electromyography (EOG) signal processing.

Primary LanguageMATLAB

EOG

Programs and functions developed in Matlab for ocular electromyography (EOG) signal processing.

EOG

Classification Learner

Classification

Related Work (Classification)

Datasets

Repository technical specifications

To work better it is recommended:

  • The main code in the project folder
  • Put dataset in a subfolder called "Data"
  • Put these functions in a subfolder called "src"
  • Use in main code: addpath(genpath('./src'))%functions folders

About

Keynote

Clone

Switched to Branch

  • git branch -a
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git pull origin NameBranch
  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach