Man Scilab

translatepaths
Scilab Function

translatepaths - convert a set of Matlab M-files directories to Scilab

Calling Sequence

translatepaths(dirs_path [,res_path])

Parameters

Description

translatepaths , converts all Matlab M-file contained in a set of directories to Scilab functions. Each function is converted by mfile2sci .

Trace of conversion information is stored in a file named "log" in the res_path directory

When called without rhs, translatepaths() launches a GUI to help to select a file/directory and options.

See Also

mfile2sci ,  

Authors

V. Couvert
S. Steer

Back