mklib: a pedestrian function library loader generator

Versione 1.0.0.0 (13,3 KB) da us
creates a function library loader from a list of m-files (possibly with subfunctions)
3,4K download
Aggiornato 6 gen 2006

Visualizza la licenza

MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-files

the structure's field names are set to the name of the subfunctions

this allows a user to directly access individual subfunctions from the parent M-file(s)

note the library does NOT have to be in the ML path after the handles are assigned!

see the accompanying published M-file for an example and look at
help mklib
for more information on handling of nested functions and possible duplicates

Cita come

us (2024). mklib: a pedestrian function library loader generator (https://www.mathworks.com/matlabcentral/fileexchange/7597-mklib-a-pedestrian-function-library-loader-generator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Scope Variables and Generate Names in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

html/

Versione Pubblicato Note della release
1.0.0.0

changed the RETURN|END engine for the main function body, which should be even more robust; version tag 05-Jan-2006 17:45:18