이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Figutils (https://kr.mathworks.com/matlabcentral/fileexchange/26771-figutils), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 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 |
