Tips

How to get feedback from the visitors?
Google Docs Form can be used to get feedback from the site visitors. Learn more here.

Some useful handy software

HOW to?

Recent site activity

411days since
Nepalese New Year 2068

rpcode


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

Version:1.0
26 Mar 2008 (Updated 27 Mar 2008)
File Size: 4 Bytes
File Format: m-file (MATLAB file)

Download from the link here.

 
File Information
Description 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');


MATLAB release MATLAB 7.0.1 (R14SP1)