how to convert picoscope data to matlab

30 visualizaciones (últimos 30 días)
nune pratyusha
nune pratyusha el 21 de Ag. de 2021
Respondida: Wan Ji el 21 de Ag. de 2021
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab

Respuestas (1)

Wan Ji
Wan Ji el 21 de Ag. de 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');

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by