abc.m

来自「一个计算CHUA混沌系统Lyapunov指数MATLAB程序。」· M 代码 · 共 14 行

M
14
字号
%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 + =
减小字号Ctrl + -
显示快捷键?