StichtingFormulaZeroTeamDelft / H2Analyst

Data visualization and analysis tool, built for Forze Hydrogen Racing. C++ Plotter
MIT License
0 stars 0 forks source link

Feature to do calculations on datasets #22

Open StevenvdKamp opened 6 months ago

StevenvdKamp commented 6 months ago

In the Matlab plotter I can use the "Evaluate" button to do calculation on datasets. Let's say I wan't to calculate the pressure drop over the cathode of the stack; I can calculate this by subtracting the FC_in_press and the FC_out_press. This can then be plotted. Using evaluate you can basically put in every matlab syntax and it will generate a new dataset from that. Presets for the evaluate range from multiplication to integration to filters.