Feeds
已回答
Adding vertical line to plot?
%% generation of tanwave clear all close all x=0:0.001:20; a=2; y=a*cos(x); plot(x,y); xlabel ("time axis") ylabel("ampl...
Adding vertical line to plot?
%% generation of tanwave clear all close all x=0:0.001:20; a=2; y=a*cos(x); plot(x,y); xlabel ("time axis") ylabel("ampl...
6 months 前 | 0