Clear Filters
Clear Filters

How to open and read .emt files in matlab?

8 views (last 30 days)
Krishnapriya
Krishnapriya on 18 Jul 2023
Answered: Anavi Somani on 18 Jul 2023
I have some signals with the extension .emt .However I dont know how to open that in Matlab (or if its possible to do so).
Kindly let me know the solution to this problem.

Answers (1)

Anavi Somani
Anavi Somani on 18 Jul 2023
Hi,
I understand that you want to analyse the EMG signal data which is stored in .emt file...
As of now, there is no inbuilt method that MATLAB provides to read .emt files. As the .emt is an unsupported file format so to read that you need to write custom logic. You can use "fopen” to open the file and then you can use “fread” to read the content of the file based on the format to parse the content, for more information you can refer this link.
Hope it helps!

Community Treasure Hunt

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

Start Hunting!