how to overlay the image with contour plot in the matlab
Show older comments
Hi I am trying to super impose a contour plot over an image, but contour plot is replacing by the image
I=imread('1.jpg'); imshow(I) hold on contourf(posxI(1,:),posyI(:,1),SPL) title(' Pressure distribution on reconstructed plane Zr=0.63m') colormap('default'); colorbar('location','eastoutside');

but i need this type

Answers (1)
Image Analyst
on 10 Dec 2013
0 votes
Categories
Find more on Images in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!