Figutils

バージョン 2.0.0.0 (12.2 KB) 作成者: Todd Welti
A set of simple but useful figure utilities. Can work on multiple curves at a time. Source data is NOT required.
ダウンロード: 754
更新 2020/4/27

ライセンスの表示

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!

引用

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

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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