plot (X, Y, data) in circular grid. This should be simple but I am struggling.

I have test data measured on X, Y circular grid and and reported as X,Y, data in a file with three coloumns.
X, Y and data are not sorted in any particular fashion.
I need to plot the data on X, Y defining the circular grid.
I do not seem to be gerttring any where.
Any assistance would be very helpul.

4 Kommentare

What is the actual problem you want to solve?
The actual problem:
  1. plot the measured data on a X,Y (which are points on a circular grid).
  2. then plot a line plot taking a cross-section on the above plot at 45 degree angle (north west to soutth east).
I have manged to plot the data uising the scatter function (would like to know if there are alternatives), now need to do the cross-section plot.
Are you wanting the graph to be like a polar plot (with circular grid lines) instead of a cartesian plot?
This is the plot I get with scatter() and this is what I more or less expect, except that the data values are not colored by magnitude which would have been nicer.
However, as mentioned above, my end goal is to get a profile at 45 degree angle (cross-section of the above plot to a line passing through the origin). I have created a seperate thread for this problem.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

JM
JM am 22 Sep. 2021
Bearbeitet: JM am 22 Sep. 2021
scatter plot function works fine

Weitere Antworten (0)

Produkte

Version

R2018b

Gefragt:

JM
am 22 Sep. 2021

Kommentiert:

JM
am 22 Sep. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by