Rdata converting to mat file

58 次查看(过去 30 天)
Andreea Dobre
Andreea Dobre 2022-1-17
编辑: KSSV 2022-1-18
Hello!
I have a database with 12 emg signals from R in .rdata extension that I am trying to convert it in .mat or .csv to get the signals and then using them in signal processing as EMG signals. Does anyone know how to convert with loosing data?
Thank you!

回答(1 个)

KSSV
KSSV 2022-1-18
编辑:KSSV 2022-1-18
R is an opensource code. You can download for free.
Just download R, read the .rdata using load() and save the output using write.csv().

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by