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

Join array elements by applying a function f between them.

Al momento, stai seguendo questo contributo

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 (2026). 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 .

Riconoscimenti

Ispirato: Matrix product: mprod(A,...)

Informazioni generali

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 Github link.