Filter löschen
Filter löschen

How can I find starting and ending points of a repetitive bar graph

3 Ansichten (letzte 30 Tage)
Shantanu Saxena
Shantanu Saxena am 26 Dez. 2016
Kommentiert: Image Analyst am 26 Dez. 2016
Here the bar graph has a min value of 0 and max value of 10 which is being repeated 3-4 times.
What can I do to get the values on the x-axis for every starting and ending point of the graph? (i.e. for every 0 to 10 repetition)
Kindly help me out!

Antworten (1)

Image Analyst
Image Analyst am 26 Dez. 2016
Use diff(). When there is no change in your data the result will be 0.
  2 Kommentare
Shantanu Saxena
Shantanu Saxena am 26 Dez. 2016
What can be the logic that I can apply using the max value which is 10 and min value 0 so that the code can give the points on the x axis for the beginning of every repetition which ranges from 0 to 10?
Image Analyst
Image Analyst am 26 Dez. 2016
Please attach your x and y data and how you plotted that. You can get the y axis limits using ylim(). You can get your data values from the data directly and the max of all the data using the max() function.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Discrete Data Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by