photo

Alexander Ruscitto


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
106.601
of 299.969

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

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)...

oltre 3 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.*...

quasi 4 anni fa | 1 risposta | 0

1

risposta