mmoerdijk/plotter

Versione 1.0.0.0 (365 KB) da Mart
A small matlab program to easily load and plot your data
136 download
Aggiornato 17 ago 2015

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su MATLAB Report Generator in Help Center e MATLAB Answers

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.