Domanda


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?

circa 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

circa 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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() ) #...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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?

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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.

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta