p5_3.m
来自「Programs for the book Advanced Engineeri」· M 代码 · 共 8 行
M
8 行
% P5_3.M Solve DA(t)=-aA(t)
% using the Symbolic Math Toolbox
A=dsolve('DA=-a*A','t')
%
% Solve the result for the constant given the conditions in
% the problem
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?