我写的对话框的程序如下:<BR>function answer=ex_input(m)<BR>prompt={'Input the value of m:'};<BR>dlg_title='Input the value of m for ex_fcm function';<BR>num_lines=1;<BR>def={'2'};<BR>answer=inputdlg(prompt,dlg_title,num_lines,def);<BR>如何在另外的一个function程序中调用输入的m值呢?