Apply multiple functions in a single function.

バージョン 1.0.0.0 (3.65 KB) 作成者: Nikolay S.
Allows the user to apply functions to inputs, with various input-output combination's.
ダウンロード: 532
更新 2011/11/15

ライセンスの表示

This function can be very handy. Consider a case where you wish to analyze data, with different functions. In order to do so, you must write many code lines where you apply
all the functions to the data. And this process tends to repeat itself for several data elements, and with varying functions. Now you can apply any function of your choice
(both Matlab and user custom) to any number of inputs with a single line command [out1,out2,out3...]=funXapply(in1,in2,in3...,{'func1','func2',...});
As an author I shouldn't say this, but this is awesome! I intend to use it all over my code from now on.

引用

Nikolay S. (2025). Apply multiple functions in a single function. (https://jp.mathworks.com/matlabcentral/fileexchange/33778-apply-multiple-functions-in-a-single-function), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索
謝辞

ヒントを得たファイル: Pack & Unpack variables to & from structures with enhanced functionality

ヒントを与えたファイル: Crop video to sub elements

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0