Path: Common/GUIs
-------------------------------------------------------------------------- Selection GUI. -------------------------------------------------------------------------- Form: [k,item] = Selection( list ); -------------------------------------------------------------------------- ------ Inputs ------ list {:} Cell array of strings to choose from msg (:) Message to display in GUI (string) name {:} Name in title bar of GUI (string) ------- Outputs ------- k (1) Index of chosen item item (:) Chosen item -------------------------------------------------------------------------- Copyright (c) 2004 Princeton Satellite Systems, Inc. All rights reserved. --------------------------------------------------------------------------
Back to the Common Module page