how can i handle big .log files?

1 view (last 30 days)
Shubhika Sharma
Shubhika Sharma on 17 Sep 2020
Answered: Pranav Verma on 13 Oct 2020
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)

Pranav Verma
Pranav Verma on 13 Oct 2020
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,

Categories

Find more on File Operations 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!