plot Landau cylinder and sphere
1 view (last 30 days)
Show older comments
Hello everybody.
I'd like to plot the so-called Landau cylinder in Matlab with n number of internal cylinders, something like in the figure below.

Also, is it possible to slice the sphere in the same manner to vizualize the presence of sections.
I appreciate for the help.
0 Comments
Answers (2)
Bjorn Gustavsson
on 4 Mar 2021
Just look at the help and documentation of cylinder - that will give you a "unit-cylinder" that you then can scale (both radius and height) to your desires, and then plot each cylinder using surf. For horizontal slices you'll just get a (sub-)set of circles but for a general slice you'll have to work out what parts of which ellipses will contribute.
HTH
0 Comments
See Also
Categories
Find more on 2-D and 3-D 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!