how to convert picoscope data to matlab
27 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
when i am saving picoscope data with .mat extension its opening in microsoft access table. How to import picoscope data to matlab
0 commentaires
Réponses (1)
Wan Ji
le 21 Août 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 commentaires
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!