matlab Copy t = 1:0.01:2; x = sin(2*pi*t); figure plot(t,x) dimen = [.3 .1 .5 .5]; text = 'Plot of a sine wave'; a = annotation('textbox' ...
確定! 回上一頁