mmoerdijk/plotter

Version 1.0.0.0 (365 KB) by Mart
A small matlab program to easily load and plot your data
136 Downloads
Updated 17 Aug 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

Cite As

Mart (2024). mmoerdijk/plotter (https://github.com/mmoerdijk/plotter), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MATLAB Report Generator in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.