1 readme.txt about compatibility_functions module
3 The modules directory contains scilab function which emulate some matlab
4 functions to complex for an inline translation.
6 Translator often uses these functions when it cannot determine type or
7 dimensions of some crucial args. These function allows translated
8 functions to work, but it is often simple and much more efficient to
9 replace the call to these function by the correponding scilab
10 code. See code of these function to have the scilab equivalents.
13 The functions which name begin with a percent are used to emulate
14 operations between boolean and regular matrices (see overloading)