demo_message - Display a message (original) (raw)
Scilab 5.3.3
- Scilab help
- Demo Tools
- demo_begin
- demo_choose
- demo_compiler
- demo_end
- demo_file_choice
- demo_function_choice
- demo_mdialog
- demo_message
- demo_run
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
However, this page did not exist in the previous stable version.
Scilab help >> Demo Tools > demo_message
Calling Sequence
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
- demo_run — script file execution
- messagebox — Open a message box.
- demo_begin — begin a demonstration
- demo_end — completes a demonstration