methods_container_e​xample

버전 1.0.0 (1.71 KB) 작성자: Matlab Pro
a handy container for methods
다운로드 수: 1
업데이트 날짜: 2025/3/4

라이선스 보기

This is a handy way to encapsulating methods related to a specific subject together - on a single file.
This way it is very easy for the end-user to get all methods relevant to a specific subject.
Usage:
methods_container_example
- returns a cellarray of the local functions in this file
out = methods_container_example('func',arg1,arg2,...)
- calls the local function 'func' with the given input arguments
Examples:
methods_container_example % returns the list of the inner local functions
methods_container_example('dispHello') % runs the "dispHello" function
out = methods_container_example('computeArea',4,3) % runs the "computeArea" function

인용 양식

Matlab Pro (2025). methods_container_example (https://www.mathworks.com/matlabcentral/fileexchange/180295-methods_container_example), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0