methods_container_e​xample

Version 1.0.0 (1,71 ko) par Matlab Pro
a handy container for methods
1 téléchargement
Mise à jour 4 mars 2025

Afficher la licence

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

Citation pour cette source

Matlab Pro (2025). methods_container_example (https://fr.mathworks.com/matlabcentral/fileexchange/180295-methods_container_example), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2024b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0