Figutils
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
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Smoothing and Denoising >
- MATLAB > External Language Interfaces > Other languages > Octave >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
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 |