Borrar filtros
Borrar filtros

How to open TDMS file in MATLAB

71 visualizaciones (últimos 30 días)
Taka
Taka el 8 de Abr. de 2016
Respondida: Eric Wetjen el 11 de Jun. de 2024
I would like to open TDMS file in MATLAB. I do not have a script. How can I open it?
  4 comentarios
Walter Roberson
Walter Roberson el 7 de Mzo. de 2023
@Andy Stevenson which release are you using? tdmsread was introduced in R2022a.
Andy Stevenson
Andy Stevenson el 7 de Mzo. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

Eric Wetjen
Eric Wetjen el 11 de Jun. de 2024
In R2022a, TDMS read functionality was added to Data Acquisition Toolbox. See this example.

Más respuestas (2)

Walter Roberson
Walter Roberson el 9 de Abr. de 2016
  2 comentarios
Taka
Taka el 9 de Abr. de 2016
Thank you for your help. I was able to perform TDMS_getStruct without problem, but the TDMS file was not read. I only got the information about the tdms file structure. Is there any suggestions?

Iniciar sesión para comentar.


kamlesh mistry
kamlesh mistry el 8 de Nov. de 2018
Editada: Walter Roberson el 9 de Nov. de 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 comentario
Walter Roberson
Walter Roberson el 9 de Nov. de 2018
I do not seem to find any reference for io.tdmsReadCore so I do not know what data structure it outputs ?

Iniciar sesión para comentar.

Categorías

Más información sobre TDMS Format Files en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by