numdiff5.m

来自「求解predator-prey的代码」· M 代码 · 共 15 行

M
15
字号
%  numdiff5.m
% Matlab file for Part 5 of the Numerical Solutions
% of Differential Equations module

disp('********************************************')
disp('Part 5:  Summary Questions ')
disp('********************************************')
disp('  ')    

    format short

    disp('Answer the questions in the Summary by ')
    disp('using MATLAB comments in your diary file. ')
    disp(' ')

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?