Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getdebuginfo
get information about Scilab to debug
Calling Sequence
getdebuginfo() dynamic_info = getdebuginfo(); [dynamic_info,static_info] = getdebuginfo();
Description
getdebuginfo
gets information about Scilab to debug.
dynamic_info = getdebuginfo();
returns information about your
system.
[dynamic_info,static_info] = getdebuginfo();
returns information
about your system and about Scilab.
See Also
- getversion — get scilab and modules version information
- getos — retourne le nom et la version de O.S
Report an issue | ||
<< with_macros_source | Configuration | getmemory >> |