mmoerdijk/plotter

A small matlab program to easily load and plot your data

https://github.com/mmoerdijk/plotter

Sie verfolgen jetzt diese Einreichung

See: https://github.com/mmoerdijk/plotter
Plotter
I made this program for Forze(http://www.formulazero.tudelft.nl/), the Hydrogen Racing Team of the TU Delft in the Netherlands. We needed program to analyze our log files from the fuel cell controller. As with any other program is it never done and I'm adding new functions when I need them.

What can it do?

It all in the name, really. You can load files from the ./data/ directory or subdirectories and plot the data from those files using the various plot functions. It allows you to export the imported data as csv, apply a low pass filter and basic calculations with 1 or 2 signals.

Does it also load my files?

For now it does load .csv files, CodeSys .trace files and GPUZ log files. There is one requirement for the .csv files, there should be a column named "time" containing timestamps in seconds. Plotter is build to be easily adaptable, this can be done by adding/modifying parsefunctions and/or plotfunctions. These are located in the parsefunctions and plotfunctions directories. New or modified parse and plot functions are automatically loaded when the main function is started.

How to use

Simply start the program by typing in the matlab commandline

>> main_plotter
And follow the instructions on the screen. Or

>> main_plotter(true)
If you want plotter to periodically scan the root of each drive for compatible files. If found these files are then copied into the data directory

Zitieren als

Mart (2026). mmoerdijk/plotter (https://github.com/mmoerdijk/plotter), GitHub. Abgerufen .

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise Action
1.0.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.