how to convert picoscope data to matlab
25 views (last 30 days)
Show older comments
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab
0 Comments
Answers (1)
Wan Ji
on 21 Aug 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');
0 Comments
See Also
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!