Extracting data from .mat file (EMG Signal)

14 vues (au cours des 30 derniers jours)
Ehsan tohi
Ehsan tohi le 20 Juin 2021
I am new to MATLAB, so please excuse me if this is a very novice problem. I am analysing EMG signals, I have Problem to extract data from 2 ".mat " file .
All constructive help welcome,
Cheers.

Réponses (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov le 20 Juin 2021
Use cell2mat(kF) % Gives all data in kF in a matrix array
Or if you are only interested in specific, e.g.
cell2mat(kF{1,1}) % Gives all data in kF{1,1} in a matrix array

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by