<< Compile and run with Call Scilab API call_scilab (moteur Scilab) fromjava >>

Aide de Scilab >> API call_scilab (moteur Scilab) > fromc

fromc

Checks if current Scilab is called from an external C program (by StartScilab).

Calling Sequence

r=fromc()

Arguments

r

a boolean

Description

Returns %tChecks if current Scilab is called from an external C program or %f if not.

Example

fromc();

See Also


Report an issue
<< Compile and run with Call Scilab API call_scilab (moteur Scilab) fromjava >>