RPCODE

Generates P-files for all M-files recursively in all subfolders

您现在正在关注此提交

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');

引用格式

Durga Lal Shrestha (2026). RPCODE (https://ww2.mathworks.cn/matlabcentral/fileexchange/19332-rpcode), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: SUBDIR *new*

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Formatting of description
BSD License