- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
getvalue
xwindow dialog for data acquisition
Calling Sequence
[ok,x1,..,x14]=getvalue(desc,labels,typ,ini)
Arguments
- desc
column vector of strings, dialog general comment
- labels
n column vector of strings,
labels(i)is the label of the ith required value- typ
list(typ_1,dim_1,..,typ_n,dim_n)- typ_i
defines the type of the ith value, may have the following values:
- "mat"
for constant matrix
- "col"
for constant column vector
- "row"
for constant row vector
- "vec"
for constant vector
- "str"
for string
- "lis"
for list
- dim_i
defines the size of the ith value it must be a integer or a 2-vector of integer, -1 stands for undefined dimension
- ini
n column vector of strings,
ini(i)gives the suggested response for the ith required value- ok
boolean ,%t if ok button pressed, %f if cancel button pressed
- xi
contains the ith value if ok=%t. If left hand side has one more
xithan required values the lastxicontains the vector of answered strings.
Description
This function encapsulate x_mdialog function with error checking,
evaluation of numerical response, ...
Remarks
All valid expressions can be used as answers; for matrices and vectors getvalues automatically adds [ ] around the given answer before numeric evaluation.
Examples
See Also
Authors
S. Steer ; ;
| << getlookandfeel | GUI | messagebox >> |