Join array elements together via user function: joinfun(x,y0,f,...)

Join array elements by applying a function f between them.
15 Descargas
Actualizado 30 ago 2016

Ver licencia

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 Linux
Categorías
Más información sobre Logical (Boolean) Operations en Help Center y MATLAB Answers.
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!
Versión Publicado Notas de la versión
1.0.0.0

Added Github link.