photo

Alexander Ruscitto


Last seen: mer än 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
106 671
of 300 037

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20 862

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 167 106

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

ungefär 4 år ago | 1 answer | 0

1

answer