Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
demo_message
display a message
Calling Sequence
demo_message(fil)
Description
The function demo_message displays the text message within the file 'fil' given in argument.
Examples
demo_message('SCI/demos/control/pid/pid_3.sce');
See Also
Authors
- G.H
<< demo_mdialog | Demo Tools | demo_run >> |