- Scilab help
- Java Interface
- Javasci v1 (deprecated)
- javasci.SciBoolean (deprecated)
- javasci.SciBooleanArray (deprecated)
- javasci.SciComplex (deprecated)
- javasci.SciComplexArray (deprecated)
- javasci.SciDouble (deprecated)
- javasci.SciDoubleArray (deprecated)
- javasci.SciInteger (deprecated)
- javasci.SciIntegerArray (deprecated)
- javasci.SciString (deprecated)
- javasci.SciStringArray (deprecated)
- javasci.Scilab (deprecated)
- Compile and run with javasci v1
- javasci FAQ
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
javasci.SciComplexArray (deprecated)
Class to use complex matrix in Scilab. Deprecated: Please use Javasci v2
Description
Method Summary :
public SciComplexArray(String name,SciComplexArray Obj)
public SciComplexArray(String name,int r,int c)
public SciComplexArray(String name,int r,int c,double []
realpart,double [] imaginarypart)
Constructor
public int getNumbersOfRows()
Get number of rows
public int getNumbersOfCols()
Get number of colons
public String getName()
Get Name of scilab object
public double[] getRealPartData()
Get Real Part Value of
scilab object
public double[] getImaginaryPartData()
Get Imaginary
Part Value of scilab object
public void disp()
disp object
public boolean Job(String job)
(deprecated see Scilab.Exec) Execute a job in
scilab
public void Get()
Get in java object , value of scilab
object
public void Send()
Send to scilab object , value of java
object
public double GetRealPartElement(int indr, int indc)
Get
a specific element of scilab object
public double GetImaginaryPartElement(int indr, int indc)
Get a specific element of scilab object
Examples
// See SCI/modules/Javasci/examples directory
See Also
- Browse the documentation of Javasci v2.
- javasci.Scilab — This class provides the basic methods to execute Scilab code and scripts. Deprecated: Please use Javasci v2
- Compile and run with Javasci v1 — How to compile a Java application using Javasci v1. Deprecated: Please use Javasci v2
- SciComplex — Class to use complex object with scilab. Deprecated: Please use Javasci v2
- SciDouble — Class to use double object with scilab. Deprecated: Please use Javasci v2
- SciDoubleArray — Class to use real matrix in Scilab. Deprecated: Please use Javasci v2
- SciString — Map a Java String into a Scilab string. Deprecated: Please use Javasci v2
- SciStringArray — Classe to use String matrix in Scilab. Deprecated: Please use Javasci v2
Authors
A.C
<< javasci.SciComplex (deprecated) | Javasci v1 (deprecated) | javasci.SciDouble (deprecated) >> |