How to change axes values?
Mostrar comentarios más antiguos
I have plotted a matrix using the imagesc function with the x and y axis being the points of the matrix (1-50)
however the positions of the matrix are based on corresponding v0 (velocity) and theta (angle) values for a projectile.
How can i change the axis from matrix positions to corresponding v0 and theta values?
Is there a function for changing x and y axis values?
Respuestas (1)
KSSV
el 11 de Dic. de 2018
0 votos
Read about pcolor. USe pcolor. Or else you may use image and specify the positions.
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
