提问


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

12 years 前 | 2 个回答 | 0

2

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 0

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 0

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

12 years 前 | 0

提问


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

12 years 前 | 3 个回答 | 0

3

个回答