Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、関数 ((4*pi*100./lambda).^2) があり、randn() によって行われる値の偏差ごとにプロットする必要がありますが、関数 ((4*pi*100./ラムダ).^2).
c=3e8; f=0.1e12:0.1e12:10e12; lambda=c./f; spread=((4*pi*100./lambda).^2); y = spread + randn(size(f)); plot(y,(1:100))