Scilab 5.5.2
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.
Examples
[a,b]=getdebuginfo()
See Also
- getversion — get scilab and modules version information
- getos — return Operating System name and version
Report an issue | ||
<< banner | Configuration | getmemory >> |