Select imat_result using a graphical interface.
g=uiselect(f)
[g,rstind,attrib]=uiselect(f,title,presel,attrib,'adfsel')
g=uiselect(f,'Title')
g=uiselect(f,[presel])
g=uiselect(f,{'Attrib1','Attrib2','Attrib3'})
[g,ind]=uiselect(f)
[g,ind]=uiselect(f,'Title',[presel])
UISELECT brings up a result selection form, listing all elements of the imat_result F. The user can select elements of F, then click on 'Okay'. The selected shapes are returned in G. If the user clicks on 'Cancel', then G = -1 is returned.
Four optional input arguments are supported. TITLE allows you to set the result selection dialog title. PRESEL is a numeric vector defining a list of results in F to be preselected on the form. ATTRIB is a cell array of strings containing the names of the attributes to be displayed.
Three output arguments are supported. G contains the results selected. RSTIND is a numeric vector containing indices into F for the results in F. ATTRIB is a cell array of strings containing the names of the displayed attributes.
imat_fn/uiselect, imat_shp/uiselect, imat_ctrace/uiselect, imat_result/setdisplay