Man Scilab

getvalue
Scilab Function

getvalue - xwindow dialog for data acquisition

Calling Sequence

[ok,x1,..,x14]=getvalue(desc,labels,typ,ini)

Parameters

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


labels=["magnitude";"frequency";"phase    "];
[ok,mag,freq,ph]=getvalue("define sine signal",labels,...
     list("vec",1,"vec",1,"vec",1),["0.85";"10^2";"%pi/3"])
 
  

See Also

x_mdialog ,   x_matrix ,   x_dialog ,  

Author

S. Steer ; ;

Back