how to convert picoscope data to matlab
    조회 수: 10 (최근 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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

