Rotate the colormap image: Axis labels missing after rotation!
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a colormap image as shown here.

I want to rotate it through 45 degrees. I used imrotate to perform this as follows:
ImageRot=imrotate(Image,45);
imshow(ImageRot,'colormap',jet)
set(gca,'Clim',[0,25])
After doing this, I am getting the image rotated but unfortunately without axis, labels and title... im just getting the image (following image).

How can I insert the axis labels and all or how to perform rotation keeping the axis labels and title?
2 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Blue in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!