Community Profile

photo

Alexander Ruscitto


Last seen: quasi 2 anni fa Attivo dal 2021

Statistiche

  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


How can I plot the contour of the imaginary unit of this function phiz?
[x,y] = meshgrid(linspace(-4,4)); y = y.*1i; for k = 1:8 z = x + 1i.*y; phiz = z + z.^(-1) - 1i.*(k/(2*pi)).*log(z)...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Why is my plot linear when the anonymous function z is clearly nonlinear?
Rt = 10688; v = 18; f = 9; KD = 7.73*10^(-5); Kx = 5.8*10^(-5); L0 = 2*10^(-9); Req = [6000:12000]; z = @(Req) ((Req.*(1+v.*...

oltre 2 anni fa | 1 risposta | 0

1

risposta