2; figure plot(f); grid. x = linspace(0,3*pi,200); y = cos(x) + rand(1,200); c = linspace(1,10,length(x)); scatter(x,y,[],c) fig2plotly() Plot scatter(x,y ...
確定! 回上一頁