Scilab Reference Manual |
---|
translatepaths — translate a set of Matlab M_file directories to scilab
translatepaths(dirs_path ,res_path)
dir_path | : a character string vector which gives the paths of Matlab M_file directories to translate |
res_path | : a character string which gives the path of the directory where the scilab functions are written to. |
translatepaths, translate all Matlab M-file contained in a set of directories to Scilab functions. Each function is translated by mfile2sci.
Trace of translation informations are stored in a file named "log" in the res_path directory
Serge Steer, INRIA
<< texprint | Utilities >> |