Vectorized Safe Reciprocal
Nessuna licenza
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.
Cita come
Marc Compere (2024). Vectorized Safe Reciprocal (https://www.mathworks.com/matlabcentral/fileexchange/2330-vectorized-safe-reciprocal), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |