I have a matrix and I want every point to be plotted in a graph resembling a parabolic curve
Show older comments
Hi,
I have a random matrix and I want each point from the matrix to be plotted on a graph resembling a parabolic curve.
I have attached a pdf of this explaining in further detail of what I want to obtain.
Thank you very much for your time and effort.
Answers (2)
Image Analyst
on 20 Oct 2013
0 votes
It's not clear that those numbers mean. I don't know what the rows mean, and I don't know what the columns mean. Plus, some numbers occur 3 or more times. Now because it's a parabola, if the numbers were the y values, you could have them occur twice, not not 3 or more times. And if they are x values, that doesn't work because x values can only occur once (in a parabola).
3 Comments
sony
on 20 Oct 2013
Image Analyst
on 20 Oct 2013
Edited: Image Analyst
on 20 Oct 2013
Why do some numbers occur 3 times?
sortedValues = sort(values, 'ascend')
plot(sortedValues, 'bo-');
sony
on 28 Oct 2013
0 votes
Categories
Find more on Surface and Mesh 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!