Figutils

A set of simple but useful figure utilities. Can work on multiple curves at a time. Source data is NOT required.
754 Downloads
Updated 27 Apr 2020

View License

Figutils adds some uibuttons at the top of any figure, which allows operation on figure data, NOT requiring source data that the figures were generated with. It's a quick way to add, subtract, or average single lines or groups of lines. You can also invert, smooth (fractional octave smoothing), or even enter an arbitrary operation involving one line, a group of lines, or one line acting on a group of lines. Data can be taken form any open figure and plotted on any open figure. Some additional functions like normalize to a specified level (at a point or using a specified freq range to average, and including linear or log based averaging), "Find most typical curve", and of course export. Coded such that additional functions could easily be added. Now added interpolation so that all curves don't have to have the same number of points like before!

Cite As

Todd Welti (2024). Figutils (https://www.mathworks.com/matlabcentral/fileexchange/26771-figutils), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
2.0.0.0

Added option to interpolate if number of x axis points is not same for different curves being operated on.

1.3.0.0

fixed bug in op1 and op2 functions

1.2.0.0

fixed small bug in smoothing, added keyboard ("c") option to instantly bail out at any time.

1.1.0.0

Slight improvement in user prompts for OP! and OP2 (user defined functions) to make it clearer how to use.

1.0.0.0