how to convert picoscope data to matlab

when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab

Risposte (1)

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');

Prodotti

Release

R2020b

Tag

Richiesto:

il 21 Ago 2021

Risposto:

il 21 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by