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 Java > Javasci v1 (deprecated) > javasci.SciStringArray (deprecated)

javasci.SciStringArray (deprecated)

Classe to use String matrix in Scilab. Deprecated: Please use Javasci v2

Description

Method Summary :

public SciDoubleArray(String name,SciDoubleArray Obj)

public SciStringArray(String name,int r,int c)

public SciStringArray(String name,int r,int c,String [] x )Constructor

public int getNumbersOfRows()Get number of rows

public int getNumbersOfCols()Get number of colons

public String getName()Get Name of scilab object

public String[] getData()Get Value of scilab object

public void Get()Get in java object , value of scilab object

public void Send()Send to scilab object , value of java object

public void disp()disp object

public boolean Job(String job)(deprecated see Scilab.Exec) Execute a job in scilab

public String GetElement(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
  • 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

Authors

A.C

<< javasci.SciString (deprecated) Javasci v1 (deprecated) javasci.Scilab (deprecated) >>

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:38 CET 2011