Feeds
已回答
Perform discrete-time integration in MATLAB script
You can use this script to help solve your problem. clc figure(close) % Simple Sine wave t=0:0.01:10; y=sin(2*t); plot (y)...
Perform discrete-time integration in MATLAB script
You can use this script to help solve your problem. clc figure(close) % Simple Sine wave t=0:0.01:10; y=sin(2*t); plot (y)...
7 years 前 | 0


