Scilab Function
Last update : 14/2/2006
x_dialog - Xwindow dialog
Calling Sequence
-
result=x_dialog(labels,valueini)
Parameters
-
labels
: column vector of strings, comment for dialog
-
valueini
: n column vector of strings, initial value suggested
-
result
: response : n column vector of strings if returned with "Ok" button or [] if returned with "Cancel" button
Description
Creates an X-window multi-lines dialog
Examples
gain=evstr(x_dialog('value of gain ?','0.235'))
x_dialog(['Method';'enter sampling period'],'1')
m=evstr(x_dialog('enter a 3x3 matrix ',['[0 0 0';'0 0 0';'0 0 0]']))
See Also
x_mdialog
,
x_matrix
,
evstr
,
execstr
,