MATLAB r2018a data import problem.

Hello, I'm a new MATLAB user. I'm facing problem to import ecg signal in matlab version r2018a. Is there any kind of tool required to work with ecg signals?
Besides, I'm looking for some expert person who has worked with ECG/EEG signals in MATLAB. If there any, please drop your mail address.
Thank you.

回答 (1 件)

Star Strider
Star Strider 2021 年 1 月 27 日

0 投票

For .mat files, use the load function, and load the contents into a structure, as discussed in the load documentation. For text and spreadsheet files, use either readtable or readmatrix to import your data.
Nothing else is required to work with EKG signals, however working with them depends on what signals are in your file, and what you want to do with them.

カテゴリ

ヘルプ センター および File ExchangeECG / EKG についてさらに検索

製品

リリース

R2018a

質問済み:

2021 年 1 月 27 日

回答済み:

2021 年 1 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by