Frage


I have converted the string 04567 to double by using str2double function.But I got the output as 4567.But I need the output as 04567 .How can it be done?
I have converted the string 04567 to double by using str2double function.But I got the output as 4567.But I need the output as 0...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to convert a vector into a matrix using reshape ,but what should be the size that should be specified?
I have converted a matrix A into a vector v and performed certain operations on the vector v and obtain a new vector G which hav...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Which is the best algorithm to hide one image inside the another?
Which is the best algorithm to hide one image inside the another in matlab?

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to convert a vector to a matrix in Matlab?
How to convert a vector to a matrix in Matlab?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have a string S='010101' I need to take each element from the string and check whether it 1,if it is one then the count is incremented by one in matlab?
I have a string S='010101' I need to take each element from the string and check whether it 1,if it is one then the count is in...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Can anyone write the matlab code for the algorithm given below?
Can anyone write the matlab code for the algorithm given below.As I am new to matlab can anyone please help me? <</matlabcent...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to select numbers randomly from a matrix so that same random numbers can be selected at the sender side and the receiver side?
How to select numbers randomly from a matrix so that same random numbers can be selected at the sender side and the receiver sid...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to hide image inside another image as well as extract it from the image using LSB?
How to hide image inside another image as well as extract it from the image using LSB in matlab?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to convert a vector into bitstring?
How to convert a vector into bitstring in matlab?

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Can an RGB image be stored as 2D matrix without converting to greyscale image?
Can an RGB image be stored as 2D matrix without converting to greyscale image in matlab?

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to compress an color image using Huffman compression in matlab?
How to compress an color image using Huffman compression and also how to decompress it using Huffman decompression in matlab?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to append bits into an already exiting image matrix?
How to append bits into an already exiting image matrix in matlab?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use imwrite in matlab?
how to use imwrite in matlab?The file which that we are specifying to write,should it be already be created in the folder?

mehr als 10 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


How to perform Huffman compression of an image and hide it inside QR codes?
How to perform Huffman compression of an image and hide it inside QR codes in matlab?

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to get each plane of a 24 bit plane image?
How to get each plane of a 24 bit plane image in matlab?

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to find the hamming weight of a bit string?
How to find the hamming weight of a bit string in matlab?

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to Embed an image into QR codes in matlab?
How to Embed an image into QR codes in matlab using the following algorithm ,where F is the input image and SQR is the output Qr...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Does ind2rgb returns the original color image?
Does ind2rgb returns the original color image?First I used rgb2int.

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to encrypt and decrypt RGB image using logical XOR operation?
My aim is to encrypt an RGB image by performing XOR with another image I to generate a share S.Then during decryption should per...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Should XOR operation performed on binary images only?
I want to perform XOR encryption and decryption on images.Should this operation performed on binary images only?

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to convert binary image to RGB image in matlab?
How to convert binary image to RGB image in matlab?I have converted an RGB image into binary using J1=im2bw(J1);.Now I want to c...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to combine blocks of image into single image?
I have divided an image of size 256*256 into blocks of size 32*32 and changed the pixel values.Now I want to join this blocks wi...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to randomly select n number of pixels from an image whose value is one and change those pixels value to zero?
How to randomly select n number of pixels from an image whose value is one and change those pixels value to zero?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to randomly select n number of pixels from an image whose value is one ?
How to randomly select n number of pixels from an image whose value is one ?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to write matlab code for feature matrix extraction from blocks of image using the given algorithm?
How to write matlab code for feature matrix extraction from blocks of image using the given algorithm? The algorithm is <<...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to obtain sum of RGB color values of a pixel?
How to obtain sum of RGB color values of a pixel? Without using I(:,:,1) ,I(:,:,2),I(:,:,3).

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to resize an image into size 256*256
I used the following code J = J(1:256,1:256,:) [r c]=size(J); display(r); display(c); But the value of c is displ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to divide an image into blocks and find the RGB values of each pixels in a block?
How to divide an image into blocks and find the RGB values of each pixels in a block? I used the following code to divide an im...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to solve the algorithm in matlab
How to solve the algorithm in matlab? <</matlabcentral/answers/uploaded_files/27266/matwork.png>>

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to write matlab code for this equation?
How to write matlab code for the equation given below <</matlabcentral/answers/uploaded_files/27201/matwork.png>>

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden