How to open TDMS file in MATLAB
58 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Taka
le 8 Avr 2016
Réponse apportée : Eric Wetjen
le 11 Juin 2024
I would like to open TDMS file in MATLAB. I do not have a script. How can I open it?
4 commentaires
Walter Roberson
le 7 Mar 2023
Andy Stevenson
le 7 Mar 2023
Sorry, I posted this as a stand-alone question in another post. I was in error as I thought I was using 2022b but my eyes were playing tricks on me. I'm still at 2020b.
Réponse acceptée
Plus de réponses (2)
kamlesh mistry
le 8 Nov 2018
Modifié(e) : Walter Roberson
le 9 Nov 2018
Hi
I am trying to collate a number of tdms files into an array.
I can load each files in using the following command. how can I write this into an array?
rTables is to be my array to hold multiple struct data.
for iCount=1:fileCount
rTables = io.tdmsReadCore(cFiles{iCount}, params);
end
Thanks
Kam
1 commentaire
Walter Roberson
le 9 Nov 2018
I do not seem to find any reference for io.tdmsReadCore so I do not know what data structure it outputs ?
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!