p5_5.m
来自「Advanced Engineering Mathematics using M」· M 代码 · 共 7 行
M
7 行
% P5_5.M The MATLAB Symbolic Math Toolbox command dsolve% can check your solutions to problem 5.4% As an example D3y=0 will be solved% (Requires Symbolic Math Toolbox)y3=dsolve('D3y=0','t')%% Use dsolve to check the other solutions
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?