Scilab 6.0.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
retorna informações sobre o Scilab para o debug
Seqüência de Chamamento
getdebuginfo() dynamic_info = getdebuginfo(); [dynamic_info,static_info] = getdebuginfo();
Descrição
getdebuginfo retorna informações sobre o Scilab para o debug.
dynamic_info = getdebuginfo(); retorna informações sobre o seu sistema operacional.
[dynamic_info,static_info] = getdebuginfo(); retorna informações sobre o seu sistema operacional e sobre o Scilab.
Ver Também
Report an issue | ||
<< banner | Configuration | getmemory >> |