Rdata converting to mat file

조회 수: 46 (최근 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