how to convert picoscope data to matlab
조회 수: 25 (최근 30일)
이전 댓글 표시
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab
댓글 수: 0
답변 (1개)
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');
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!