Pregunta


how to merge the four arrays into one array
*how to merge the four arrays into one array*

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


HOW TO MOVE THE ELEMENTS BACK IN ORDER IN MATRICS WHICH ARE BEEN MOVED DIAGONALLY
1 4 6 8 2 3 7 9 5 all elements are move diagonally one pixel for m*n matix WHEN APPLYING THE FOLLOWING CODE I = [ ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
DWT matlab code for image watermarking
function [I_W , S] = func_DWT(I, level, Lo_D, Hi_D); % Matlab implementation of SPIHT (without Arithmatic coding stage) % % W...

más de 12 años hace | 0

Pregunta


HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING
how to move the array 1 4 6 8 2 3 7 9 5 all elements are move diagonally one pixel for m*n matix ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
Matrix Size of my images
first store your array in a particular name for ex A= 1 2 3 4 5 6 7 8 9 then [m,n] = size(A) shown the si...

más de 12 años hace | 0

Respondida
Double interpolation in Matlab
% Tschebyscheff and Equi-interval method for interpolation program % Function f(x)=1/(25*x^2) clear a...

más de 12 años hace | 0

Pregunta


HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING
HOW TO MOVE THE DIAGONAL ELEMENTS IN MATRIX (ONE PIXELS) FOR IMAGE PROCESSING

más de 12 años hace | 3 respuestas | 0

3

respuestas