Before 5.4 this package was in the Scilab distribution
FUNCTION:
sci2map - Conversion of a Scilab array into Maple instructions
HELP: (available in Scilab)
english: https://atoms.scilab.org/toolboxes/maple2scilab/6.0/files/sci2map_en.pdf
français: https://atoms.scilab.org/toolboxes/maple2scilab/6.0/files/sci2map_fr.pdf
CHANGES 5.4 => 6.0
------------------
* First binary release for Scilab 6
* changelog.txt added (this file)
* locales/ directory removed (was empty)
* builder.sce ported to Scilab 6. Can now build for both Scilab 5 and Scilab 6
* maple2scilab.start updated
* sci2map():
-- in case of error, sci2map() left without restoring format()
-- case type=11 removed (uncompiled functions no longer exist)
-- code style standardized
-- unsupported data types did not yield any error: fixed
-- case type=8 (encoded integers) added: processed as decimal numbers.
* Help pages improved:
-- note added about the support to complex values
-- warning added about missing support to hypermatrices and to booleans
-- path to Maple functions updated
-- examples added, with <screen> displays.
-- See also: Section added. Link to SciMax added