x_dialog
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