how to import IPEtronik files with *.ZIPRT extension into MATLAB and using it for data processing?
33 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Rijuta
le 21 Mar 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.
Plus de réponses (0)
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!