Clear Filters
Clear Filters

Artillery Fragment modelling plot

7 views (last 30 days)
Rob Jepp
Rob Jepp on 18 Dec 2020
Answered: Image Analyst on 18 Dec 2020
Hello,
After a bit of a soujurn from MEng, I'm modelling the fragent pattern of an artillery shell and I hope somone is able to help me.
I have a matrix of ranges for fragments fired at different elevations at different azimuths, please see below.
How could I best visually represent this on somekind of plot.
Elev1@az1 Elev2@az1 Elev3@az1 Elev4@az1
Elev1@az2 Elev2@az2 Elev3@az2 Elev4@az2
Elev1@az3 Elev2@az3 Elev3@az3 Elev4@az3
Elev1@az4 Elev2@az4 Elev3@az4 Elev4@az4
Thanks in advance

Answers (1)

Image Analyst
Image Analyst on 18 Dec 2020
Just use plot() and legend() for the different situations. I'm attaching my projectile demo. Adapt as needed.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!