how to convert picoscope data to matlab

조회 수: 35 (최근 30일)
nune pratyusha
nune pratyusha 2021년 8월 21일
답변: Wan Ji 2021년 8월 21일
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab

답변 (1개)

Wan Ji
Wan Ji 2021년 8월 21일
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');

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by