Vectorized Safe Reciprocal

バージョン 1.0.0.0 (4.34 KB) 作成者: Marc Compere
Accepts an input array and returns reciprocals of individual elements without divide-by-zero errors.
ダウンロード: 1.5K
更新 2002/9/5

ライセンスがありません

This block accepts an array of inputs and, depending on the individual elements, will return an array of reciprocals of the input.

If an input element is zero, the corresponding output element is assigned a very large number equal to 1/epsilon_machine on most 32-bit computers (epsilon_machine ~= 2.22044604925031e-016)

If the numebr is not zero, it returns the reciprocal of that number in the appropriate output element.

This function will give you the reciprocal of an array without producing divide-by-zero errors.

引用

Marc Compere (2024). Vectorized Safe Reciprocal (https://www.mathworks.com/matlabcentral/fileexchange/2330-vectorized-safe-reciprocal), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersBiomedical Imaging についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0