|
Hi Geoff,
The easiest way is to load the EMG signal into EMGlab and then enter these commands in the Matlab command window:
>> s = emgsignal;
>> s = s.sig;
Then s will contain the currently loaded signal.
Best wishes,
Kevin McGill
Geoff wrote:
>Is there a way to export the free-run EMG to Matlab?
|