?? dispdlg.m
字號:
function dispdlg(txt)% Generalization of disp function; text is written to screen if % S4M.interactive == 0 and written to a dialog box if S4M.interactive == 1%% Written by: E. R.: April 20, 2004% Last updated:%% dispdlg(txt)% INPUT% txt Text to display%global S4Mtry if S4M.deployed || S4M.interactive handle=msgdlg(txt); else disp(txt) endcatch disp(txt)end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -