Feeds
답변 있음
plotting real and imaginary parts
t = -3:0.1:3; phi = exp(1i*mu*t-sigma^2*t/2); plot(t,imag(phi),t,real(phi))
plotting real and imaginary parts
t = -3:0.1:3; phi = exp(1i*mu*t-sigma^2*t/2); plot(t,imag(phi),t,real(phi))
대략 4년 전 | 0
