FIGURECOMMANDCALLBACKSTR-CallbackstringthatcallsfunctioninfiguretagwithuicontrolcommandCALLBACKSTR=vlt.ui.figurecommandcallbackstrReturnsastringthatisausefulcallbackforuicontrolsingraphicaluserinterfaces.
Thisstringperformsthefollowingactions:
1)Obtainsthenameofafunction,locatedinthefigure's tag field (say, 'myfunction')2)Callsthisfunctionwithinputarguments'command',TAG,'fig',f,wherefisthenumberofthecurrentfigure,andTAGisthetagoftheuicontrolthatwasclicked.
Thatis,thisfunctioncallsmyfunction('command',TAG,'fig',f)Seealso=:UICONTROL