the graphical vision on the data fields

Hello

From the CSV file extracted from FlyReader

I wrote a Matlab script that allows you to display graphs.

It’s very interesting to see certain parameters such as the intensity, which will play a lot on the autonomy of the drone.

It might be a good idea to insert the graphical vision on the data fields of different parameters like altitude, intensity consumed, horizontal or vertical speed, etc.

1 Like

Flight Reader currently has a feature to generate charts (or graphs) for one or more fields from the generated aircraft log.

Can you tell me more about what you’re recommending I add?

The idea would be, on a data table, to select a column with a right click, to display the graph of the evolution of the data as a function of flight time, for example…

Those are pretty awesome graphs. How were you able to record the trails, FlyReader too?

Carlos in Texas

To make the plots I used a Matlab programming language

It opens the . CSV that is generated by FlyReader

The column of data is extracted: altitude, speed, consumption, etc…

and he plots the graph…

Here’s what that would look like if you generate the charts directly in Flight Reader:





You can find more details here:

Fantastic!

I hadn’t seen that there was this function :+1:

Well done!