how can i handle big .log files?

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??

Answers (1)

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,

Asked:

on 17 Sep 2020

Answered:

on 13 Oct 2020

Community Treasure Hunt

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

Start Hunting!