Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> call_scilab API (Scilab engine) > fromjava

fromjava

Checks if current Scilab is called from javasci

Syntax

r = fromjava()

Arguments

r

a boolean

Description

Returns %t if Scilab is called from javasci or %f if not.

Example

fromjava();

See Also

  • Call_Scilab — call_scilab is an interface which provides the ability to call Scilab engine from C/C++ code
  • fromc — Checks if current Scilab is called from an external C program (by StartScilab).
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016