Rdata converting to mat file

29 visualizaciones (últimos 30 días)
Andreea Dobre
Andreea Dobre el 17 de En. de 2022
Editada: KSSV el 18 de En. de 2022
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!

Respuestas (1)

KSSV
KSSV el 18 de En. de 2022
Editada: KSSV el 18 de En. de 2022
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().

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by