how to overlay the image with contour plot in the matlab

7 ビュー (過去 30 日間)
IITH
IITH 2013 年 12 月 10 日
回答済み: Image Analyst 2013 年 12 月 10 日
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

回答 (1 件)

Image Analyst
Image Analyst 2013 年 12 月 10 日

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by