📄 main.asv
字号:
function subbandcoding
n=input('PLease select the number of the subband,you can choose 4 types,that is2,4,8,16:');
switch n
case 2
main2;
case 4 main4;
case 8
main8;
case 16
main16;
otherwise
display('You have input a error number,try again!');
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -