Join array elements together via user function: joinfun(x,y0,f,...)
Versione 1.0.0.0 (2,12 KB) da
Dark Dragon
Join array elements by applying a function f between them.
Behaves like: f( f( f(y0,x(1)), x(2) ), x(3) ) ... x(end)
It also supports multidimensional arrays by specifying dimension to work on.
Github: https://github.com/darkdragon-001/matlab_helpers
Cita come
Dark Dragon (2025). Join array elements together via user function: joinfun(x,y0,f,...) (https://it.mathworks.com/matlabcentral/fileexchange/58912-join-array-elements-together-via-user-function-joinfun-x-y0-f), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Language Fundamentals > Operators and Elementary Operations > Logical (Boolean) Operations >
Scopri di più su Logical (Boolean) Operations in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: Matrix product: mprod(A,...)
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 | Added Github link. |
