overlay to image matrix together
I want to overlay two images (in resultant image I want to see details of both images.) any one can help me?
11 years 前 | 3 个回答 | 0
3
个回答
提问
easily sub dividing image into blocks
this is my programme
*[m n]=size(I);_(example image size is 256*256)_*
c=mat2cell(I,[4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4...
11 years 前 | 3 个回答 | 0
3
个回答
提问
add new columns to the existing matrix
I have a 64*63 matrix.now i want to add new column to the end of the all existing 63 columns with all 0 values.i.e I want to mak...
11 years 前 | 1 个回答 | 0
1
个回答
提问
problem of for loop
this is my programme
for k=1:10
x(k)=sin(k)
end
now i want to add all the 10 values together