how can i handle big .log files?

1 回表示 (過去 30 日間)
Shubhika Sharma
Shubhika Sharma 2020 年 9 月 17 日
回答済み: Pranav Verma 2020 年 10 月 13 日
I am working on indoor posistioning systems and I have a large set of data with log files of different experiments in different folders. each experiment has around 66 log files. I want to compare the data with each other. what function can I use to call whichever data I want?
I used readtable function to call the data but I realised it is too hard to work with it as my data is quite big and I need to analyse it all at once with little efforts and less time!
What else can I use to read my data at once and plot the graphs as well??

回答 (1 件)

Pranav Verma
Pranav Verma 2020 年 10 月 13 日
Hi Shubhika,
From the question, I understand that you want to compare different log files. The MATLAB function,
visdiff
can be used for the same purpose.
Please refer to the below documentation for visdiff,

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by