Mapping rows of an array to radii and columns to angles

3 views (last 30 days)
I am solving the Laplace equation using polar coordinates (r,θ). I get the solution in this form where the rows correspond to radii and the collumns correspond to angles and plot using imagesc(X):
Now I want to be able to plot the solution such that the rows map to concentric rings. The first row X(1,:) should map to the origin and the last row should map to the outermost 'ring'. Is there any way to do this?

Accepted Answer

Cris LaPierre
Cris LaPierre on 4 Jan 2021

More Answers (0)

Categories

Find more on Mathematics 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!