maorain 发表于 2006-1-12 14:18

[求助]带参数函数调用

请问怎么用UIMENU的callback属性实现带参数的函数调用?

happy 发表于 2006-1-12 15:26

回复:(maorain)[求助]带参数函数调用

没做过,看看帮助吧<BR>Callback                     string<BR>Menu action. A callback routine that executes whenever you select the menu. Define this routine as a string that is a valid MATLAB expression or the name of an M-file. The expression executes in the MATLAB workspace. A menu with children (submenus) executes its callback routine before displaying the submenus. A menu without children executes its callback routine when you release the mouse button (i.e., on the button up event).

maorain 发表于 2006-1-12 15:29

哦,知道了.看来只有看帮助了.谢谢!
页: [1]
查看完整版本: [求助]带参数函数调用