Info

この質問は閉じられています。 編集または回答するには再度開いてください。

pls give idea for write multiple layers without overlapping via for loop

2 ビュー (過去 30 日間)
Kavitha K
Kavitha K 2018 年 9 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have 15 decompose layers. when I write this layers I got only 11 images. 4 images are overlapped with adjacent one. this is code:
cnt = 1;
for j=1:Nr,%1--3
for i=1:Nc,%1--5
phi = imresize(Mask.*Phi(:,:,Ind(cnt)),Rs,'nearest');
phi = 1.5*phi+0.5;
figure;
imshow(phi)
imwrite(phi,sprintf('%d.bmp',(i*j)))
cnt = cnt+1;
end % for i
end % for j

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by