📄 abc.m
字号:
%Type abc(0) to start the piece-wise linear version of the program, and
%type abc(1) to start the cubic version of the program
function abc(op);
switch op
case 0
abc_pp;
case 1
abc_cc;
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -