fwhm

To calculate the full-width at half-maximum of an input.

現在この提出コンテンツをフォロー中です。

width = fwhm(x,y)

Full-Width at Half-Maximum (FWHM) of the waveform y(x) and its polarity.

The FWHM result in 'width' will be in units of 'x'

The code was developed by an unknown author.

引用

Patrick Egan (2026). fwhm (https://jp.mathworks.com/matlabcentral/fileexchange/10590-fwhm), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

No need to reassign variables 'x' and 'y'.

Remove last 'else' condition.