how can i handle big .log files?

1 visualización (últimos 30 días)
Shubhika Sharma
Shubhika Sharma el 17 de Sept. de 2020
Respondida: Pranav Verma el 13 de Oct. de 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??

Respuestas (1)

Pranav Verma
Pranav Verma el 13 de Oct. de 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,

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by