Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - Português

Change language to:
English - Français - 日本語 -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Ajuda Scilab >> Interface Maple > 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')]
<< Interface Maple Interface Maple Sobrecarga >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 11:00:37 CET 2011