how to import IPEtronik files with *.ZIPRT extension into MATLAB and using it for data processing?
40 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Rijuta
on 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.
More Answers (0)
See Also
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!