第一节课代码解释
clear all;close all;dt=0.01; %定义变量dt的值为0.01t=0:dt:5; %定义变量t的值为从0到5每间隔0.01取值 s1=ex
第一节课代码解释