how to import IPEtronik files with *.ZIPRT extension into MATLAB and using it for data processing?
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ashkan
el 7 de Dic. de 2022
Comentada: Ashkan
el 5 de Jun. de 2023
Currently, there is no way to import directly *.ZIPRT file (the output file for IPETronik measurement data logger in MATLAB) like other types of all supported format listed, I need to do this to have access to the content of the file to proess data. If there is anyway or toolbox to import these kind of files either directy or indirectly, that would be great. Thanks.
0 comentarios
Respuesta aceptada
Rijuta
el 21 de Mzo. de 2023
Hi Ashkan,
I understand that you are trying to import ‘.ZIPRT’ file to MATLAB. It is possible to read a ‘.ZIPRT’ file in MATLAB by using the built-in unzip function to extract the contents of the archive, and then importing the resulting file(s) using one of the supported import functions.
I hope this answers your query.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!