Make transparent overlay heat map of same dimensions to tiff?

14 ビュー (過去 30 日間)
Theodore Fisher
Theodore Fisher 2021 年 2 月 19 日
回答済み: Keerthana Chiruvolu 2021 年 2 月 22 日
When i overlay the image and heatmap they are different dimensions and the heatmap is solid when i need it to be transparent below a certain threshold. Any ideas?
overSMA = imread('binaryp60SMA .tif')
imshow(overSMA)
hold on
A = pcolor(finalM60);
shading interp;
set(gca, 'clim', [0 0.08]);
colormap([0 0 0; jet]);
colorbar;
shading interp;
axis equal
colormap parula
colorbar;

回答 (1 件)

Keerthana Chiruvolu
Keerthana Chiruvolu 2021 年 2 月 22 日
Hi,
Use the imshowpair() function to overlay the images.
For more information, please refer the link.

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by