How to change axis values when using spy command?

2 Ansichten (letzte 30 Tage)
Andrew Poissant
Andrew Poissant am 15 Mai 2018
I have a 1515x1165 matrix of binary data, denoted as A. I also have two vectors, denoted as x and y, that contain the range of x and y values for the matrix of binary data. The vector x is 1x1165 and the vector y is 1515x1. I am trying to plot the matrix using spy(sparse(A)) but the axis labels are the indices for each point. How do I change the axis labels to show my vector of corresponding x and y values? I attached what the plot looks like now. The y and x axis are the index values but I want them to be the range of values in x and y vectors.

Antworten (0)

Kategorien

Mehr zu 2-D and 3-D 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