RPCODE

Generates P-files for all M-files recursively in all subfolders
ダウンロード: 1.9K
更新 2016/4/4

ライセンスの表示

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 (2024). RPCODE (https://www.mathworks.com/matlabcentral/fileexchange/19332-rpcode), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索
謝辞

ヒントを得たファイル: SUBDIR *new*

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Formatting of description
BSD License