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

版本 1.0.0.0 (2.1 KB) 作者: Dark Dragon
Join array elements by applying a function f between them.
15.0 次下载
更新时间 2016/8/30

查看许可证

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

引用格式

Dark Dragon (2024). Join array elements together via user function: joinfun(x,y0,f,...) (https://www.mathworks.com/matlabcentral/fileexchange/58912-join-array-elements-together-via-user-function-joinfun-x-y0-f), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Logical (Boolean) Operations 的更多信息
致谢

启发作品: Matrix product: mprod(A,...)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added Github link.