Scilab 5.3.3
Scilab help >> Maple Interface > sci2map
sci2map
Scilab to Maple variable conversion
Calling Sequence
txt=sci2map(a,Map-name)
Arguments
- a
Scilab object (matrix, polynomial, list, string)
- Map-name
string (name of the Maple variable)
- txt
vector of strings containing the corresponding Maple code
Description
Makes Maple code necessary to send
the Scilab variable a to Maple: the name of the variable
in Maple is Map-name.
A Maple procedure maple2scilab can be found in SCI/modules/maple2scilab/src/maple/maple2scilab.mpl
directory.
Examples
txt=[sci2map([1 2;3 4],'a'); sci2map(%s^2+3*%s+4,'p')]
| << Maple Interface | Maple Interface | Overloading >> |