main.m
来自「for the parameter estimation and plot th」· M 代码 · 共 8 行
M
8 行
clear
clc
[time,sol]=ode45(@heatexco,[0:0.01:1],[0 0 0 0]);
sol
plot(time,sol)
legend('xgc','tgc','xgh','tgh');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?