提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


problem of creating a matrix using the calculated cooccurrence matrix features;
these are the steps of my programme # read the original image # sub divide the image to 4096 bloks of 4*4( mat2cell() ) #...

11 years 前 | 1 个回答 | 0

1

个回答

提问


how to read a satellite image with multiple band into MATLAB environment
I want to input a satellite image with 7 bands to the MATLAB environment.if it can do with MATLAB? How can I do it?

11 years 前 | 1 个回答 | 0

1

个回答

提问


question of for loop
for i=1:10 power=(i*i) end; this is my programme and ,now i want to calculate all the values of power.

11 years 前 | 1 个回答 | 0

1

个回答

提问


question of applying sum() to the matrix with zero values
my matrix is X=[1 0 0 ;0 0 0;0 9 0](actual matrix is larger than this and having less values more zoros) my question is ,when a...

11 years 前 | 1 个回答 | 0

1

个回答