Feeds
답변 있음
How to use a For loop to plot sine waves?
hold on figure for i=1:10 f=50:i:250 Z=sqrt(R.^2+(1/2*pi*f*C).^2); plot(Z,f) end
How to use a For loop to plot sine waves?
hold on figure for i=1:10 f=50:i:250 Z=sqrt(R.^2+(1/2*pi*f*C).^2); plot(Z,f) end
대략 2년 전 | 0
