How apply the conformal mapping? (circle to rectangular)
Show older comments
Hello, I have a question about the conformal mapping in Matlab.
In the below case, I want to convert from the round segment closed by z1, z2, z3, z4 to the rectangular segment closed by z1' z2' z3' z4'.
How wirte the code? Thank you very much, and it would be a great pleasure for me.

Accepted Answer
More Answers (1)
Torsten
on 15 Aug 2022
1 vote
5 Comments
William Rose
on 15 Aug 2022
@Torsten has given you two excellent options for answering question 1. Actully the second option seems to answer both question 1 and question 2. . I recommend that you investigate the two options and decide which you want to pursue. Then follow up with specific quesitons here if and when you have them.
Good luck!
William Rose
on 15 Aug 2022
It is interesting that the standard polar to rectangular conversion fomula maps the curved segment to a rectangle, as shown below (script attached).

As you can see from the plot above, the right-angle intersections between radial lines and arcs in the curved segment get mapped to right angles in the rectangle. The preservation of some right angles in this transformation makes one hope that this mapping is conformal. Sadly, it is not. Most angles are not preserved under this mapping.
Changwoo Lee
on 15 Aug 2022
Changwoo Lee
on 15 Aug 2022
Edited: Changwoo Lee
on 15 Aug 2022
William Rose
on 15 Aug 2022
@Changwoo Lee, You're welcome. Good luck with your work.
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!