Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This function should help when it is difficult to generalize a function to operate on all dimensions.
Examples
--------
Take the eig of each page in the 3rd dimension
b = apply(@eig,rand(4,4,3),3,'uni',0)
Normalize each column
b = apply(@norm, rand(5,3), 2)
Normalize each row
b = apply(@norm, rand(5,3), 1)
Cita come
Stephen Lienhard (2026). apply (https://it.mathworks.com/matlabcentral/fileexchange/16467-apply), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,68 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 | Added error checking. |
