Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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');
Citar como
Durga Lal Shrestha (2026). RPCODE (https://es.mathworks.com/matlabcentral/fileexchange/19332-rpcode), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: SUBDIR *new*
Información general
- Versión 1.0.0.0 (4,16 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 | Formatting of description
|
