how to convert picoscope data to matlab
27 ビュー (過去 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!