dfun(X,fun,dim,funa​rgs,varargin)

Apply function to each 1-D slice of an N-D array
40.0 次下载
更新时间 2017/7/18

查看许可证

Applies a function specified by the function handle '@fun' to each 1-D slice of an N-dimensional array 'X' along the specified dimension. This file is par of the `dimensional-fft-tools` toolbox which is currently in development on https://github.com/MarcinKonowalczyk/dimensional-fft-tools

引用格式

Marcin Konowalczyk (2024). dfun(X,fun,dim,funargs,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/63686-dfun-x-fun-dim-funargs-varargin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息

Community Treasure Hunt

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

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

- Added plot mode and associated `plotfun`, `plotpause` and obviously `plot` options
- Fixed a major bug in the `cell` output
- Code tweaks

1.3.0.0

Fixed typos

1.2.0.0

Changed summary

1.1.0.0

Added description

1.0.0.0

changed title