How to show image behind the figure?

3 vues (au cours des 30 derniers jours)
Elder Winter
Elder Winter le 25 Jan 2019
Commenté : Elder Winter le 8 Fév 2019
Hy all, i want to show my image behind the figure like the below image, let say my image 128x128 pixel, so i have 4x4 squares and i get the arrow (representation of the gradient magnitude and orientation)
But, i just got something like this
I didn't know how to show the gridlines and the arrows.
Any little help is important to me, thanks.
Btw, this is the code (if you need) :

Réponse acceptée

Walter Roberson
Walter Roberson le 1 Fév 2019
If the grid is not to go edge to edge then you will need to draw it yourself.
If it is to go edge to edge, then grid on
  1 commentaire
Elder Winter
Elder Winter le 1 Fév 2019
Ask.PNG
I want to show something like this, but if should be, i want to put the image behind that plot, if not, i will just put them both side by side. But the urgent one is how to show my magnitude and orientation like those plot

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 1 Fév 2019
You can use line() to graw grid lines. You can use quiver() or annotation() to draw arrows.
  4 commentaires
Walter Roberson
Walter Roberson le 6 Fév 2019
quiver can create the arrows. plot() or line() or surf() or patch() to create the green lines. The same set of functions or viscircles or rectangle to create the circle .
Elder Winter
Elder Winter le 8 Fév 2019
Okay, thank you very much.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by