Join array elements together via user function: joinfun(x,y0,f,...)
Versión 1.0.0.0 (2,12 KB) por
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
Citar como
Dark Dragon (2025). Join array elements together via user function: joinfun(x,y0,f,...) (https://es.mathworks.com/matlabcentral/fileexchange/58912-join-array-elements-together-via-user-function-joinfun-x-y0-f), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Language Fundamentals > Operators and Elementary Operations > Logical (Boolean) Operations >
Más información sobre Logical (Boolean) Operations en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: Matrix product: mprod(A,...)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 | Added Github link. |
