?? test.m
字號:
function test()
r=input('Do you want more?Y/N[Y]:','s');
if isempty(r)
r='Y';
end
if r=='Y'
disp('you have selected the first character');
else
disp('you have selected the second one');
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -