maxstar(x) is the natural log of a sum of exponentials overcoming the numerical failure of log(sum(exp(x))) for extreme values of an argument vector x.
maxstar(x,[],dim) has the N-D array features of the MATLAB max function.
maxstar(x,w,dim) is the natural log of a weighted sum of exponentials.
The max* function is described in Lin & Costello, Error Control Coding, 2nd Edition, equation 12.127.
Cita come
Robert Dickson (2025). maxstar (https://it.mathworks.com/matlabcentral/fileexchange/10209-maxstar), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Code Verification > Polyspace Code Prover > Configure and Run Analysis > Complete List of Polyspace Code Prover Analysis Options > Environment Settings >
- Verification, Validation, and Test > Polyspace Code Prover > Configure and Run Analysis > Complete List of Polyspace Code Prover Analysis Options > Environment Settings >
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 | Major revision to reproduce the N-D array features of the MATLAB max function, following a suggestion by John D'Errico. |
