<< pyUnwrapRem Python Interaction Mechanism in Scilab pyUseScilabIndex >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyUseNumpy

pyUseNumpy

Enable/disable the Numpy usage.

Calling Sequence

[isUseNumpy = ] pyUseNumpy([mustUseNumpy])

Arguments

mustUseNumpy

A boolean.

isUseNumpy

A boolean.

Description

By default all the data are wrapped into single elements, one-dim lists or two-dim lists.

In setting UseNumpy to true, the data will be converted into numpy ones excepted for single elements (matrix 1x1).

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyUnwrapRem Python Interaction Mechanism in Scilab pyUseScilabIndex >>