How do I plot value ranges in polar or spider
Ältere Kommentare anzeigen
Need to plot data using a Spider or Polar chart. As of 1/18/2017, existing MathWorks File Exchange files do not fit the requirements I've outlined below
Requirements:
- Each axis needs to be independent (axis min and axis max values for each axis is different).
- Each axis shows the axis range (axis min and axis max, option to turn this on/off)
- Data point values shown on plot (option to turn this on/off)
- Each axis must plot the range of the data. Example data set to show what I mean:
- Axis Label1: min=0, max=10, datamin=1, datamax=7.
- Axis Label2: min=500, max=578, datamin=515, datamax=545.
- Axis Label3: min=0, max=100, datamin=45, datamax=75.
- .
- .
- .
- Axis Labeln: min=x, max =y, datamin=a, datamax=b.
So, the result is a polar or spider plot that has the areas in between datamin and datamax for each axis filled in with a particular color (see image). The image example shows the plot having only 6 axes, but I will need more.

More Info For Context:
- Once I can generate the plot described above (and shown in attached) for 1 data set of min and max values,
- I plan to create other plots using other data sets,
- then I overlay all the plots to determine what areas (range of values in each axis) that are not covered
I can't find any solutions that fills a range of data per axis. All the solutions fill each axis in the plot from center of plot to the data point. I've also tried to modify existing files in the exchange, but I cant figure out how to edit it to make it do what I want.
1 Kommentar
Gab3
am 18 Jan. 2017
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
