how to convert picoscope data to matlab

30 Ansichten (letzte 30 Tage)
nune pratyusha
nune pratyusha am 21 Aug. 2021
Beantwortet: Wan Ji am 21 Aug. 2021
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab

Antworten (1)

Wan Ji
Wan Ji am 21 Aug. 2021
Why not save with csv extension. IF you can open with MS access, just use save as, and convert to csv file. matlab can read csv file with readtable function
data = readtable('YourFile.csv');

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by