Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Demo Tools > demo_file_choice

demo_file_choice

choose and executes an item within a list

Syntax

demo_file_choice(path,ch)

Description

The function demo_file_choice choose and executes an item chosen in the 'demolist' variable, that shall be written above. The variable 'demolist' is a text matrix whose first column contains names of items displayed in an options window and whose second column contains the names of the files that will be executed. The title of the options window is 'Choose a demo'. The 'path' variable is the access to the files called in the second column. The 'ch' variable allows to avoid the special cases 'root' and 'anim' that are used in peculiar demonstrations of Scilab. Then you have to enter another word than 'root' or 'ch', 'no' for example. If you choose to cancel the options window, the console is put back to its previous width.

Examples

demolist=['n-pendulum','npend/npend_gateway.sce';
      'Wheel simulation','wheel2/wheel_gateway.sce';
      'Bike Simulation','bike/bike_gateway.sce';
      'ODE''S','ode/ode.dem';
      'DAE''S','dae/dae.dem']

demo_file_choice('SCI/demos/simulation/','no');

See Also

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016