Effacer les filtres
Effacer les filtres

How to import multiple sdat or dat files from a folder to indiviudal table format

2 vues (au cours des 30 derniers jours)
Usama Bin Khalid
Usama Bin Khalid le 10 Mai 2021
hello,
I have 35 sdat files. I dont want to import them individaully by going in import matlab tool and then importing them as a table format.
Is there a way to succesfully import all these files as individual tables..i have tried this
p=dir('*.sdat');
T = struct2table(p);
but it creates 34x6 table..what i want is individual tables as if we load these by matlab import tool seperatley.

Réponses (0)

Catégories

En savoir plus sur Graphics Object Identification 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!

Translated by