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. (2026). Apply multiple functions in a single function. (https://kr.mathworks.com/matlabcentral/fileexchange/33778-apply-multiple-functions-in-a-single-function), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0