Scilab-Branch-6.1-GIT
- Ajuda do Scilab
- API Scilab
- legacy
- API Scilab
- API types
- Getting started with API_Scilab
- API double functions
- API common functions
- API string functions
- API boolean functions
- API integer functions
- API list-type functions
- API polynomial functions
- API pointer functions
- API cell functions
- API struct functions
- API handle functions
- API optional functions
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
API optional functions
This page lists all the functions to get information about optional parameters.
scilabVar
scilab_getOptional
(
scilabEnv
env,
scilabOpt
opt, const wchar_t* varname)
Return optional parameter value associated to variable called varname
, NULL if variable does not exist.
See also
- API Scilab getting started — How to load a C, C++ or fortran code in the Scilab engine as a new function
Report an issue | ||
<< API handle functions | API Scilab | call_scilab API >> |