parseargs - A very flexible inputs parser
- ['-checkcase'] whether parameter names are case-sensitive or not,
- ['-partial'] whether parameter names can be partially matched or not,
- ['-fix'] whether unmatched parameters can be kept or not,
- ['-checkclass'] whether data type can be changed or not,
- ['-checksize'] whether data size can be changed or not,
- ['-verbose'] whether any warning is shown or not.
Citar como
wfH (2024). parseargs - A very flexible inputs parser (https://www.mathworks.com/matlabcentral/fileexchange/73063-parseargs-a-very-flexible-inputs-parser), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: parse_pv_pairs, parseargs: Simplifies input processing for functions with multiple options
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.1.1 | 1. add wrapper of built-in `inputParser`
|
||
1.1.0 | 1. add wrapper of built-in `inputParser`
|
||
1.0.2 | bug fix |
||
1.0.1 | typo |
||
1.0.0 |