RPCODE
RPCODE Generates P-files for all M-files recursively in all subfolder
RPCODE: without any arguments generates P-files for all the M-files in current directory and in its subdirectories recursively.
RPCODE(path): generates P-files for all the M-files in directory 'path' and in its subdirectories recursively.
RPCODE(path,flag): if the flag -INPLACE is used, the result is placed in the same directory in which the corresponding M-file was found. Otherwise, the result is placed in the current directory.
INPUT:
path - name of the directory
flag - flag for if the result is placed in the same directory '-inplace') or current directory
EXAMPLES:
CurrPath = pwd;
rpcode(CurrPath,'-inplace');
Citation pour cette source
Durga Lal Shrestha (2026). RPCODE (https://fr.mathworks.com/matlabcentral/fileexchange/19332-rpcode), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Programming > Files and Folders > File Operations >
- MATLAB > Software Development Tools > Toolbox Distribution > Adding custom doc >
Tags
Remerciements
Inspiré par : SUBDIR *new*
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 | Formatting of description
|
