photo

Maha Oueghlani


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
227,882
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


this is the code of DCT image ?
I = imread('lena.tif'); J = dct2(I); imshow(J) J is the dct of I ? can someone help me ?

7 years ago | 0 answers | 0

0

answers

Question


How can i improve a steganografic method
Hi, i have emplimented an image steganografy method using matlab based on DWT and Arnold transform, now I want improve it to be...

7 years ago | 1 answer | 0

1

answer

Question


problem in str2num
I try the code in the str2num doc but it don't works.. it give me an empty array ! can you help me ? >> X = str2num ( '12e-...

7 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the size of the left side is 1-by-7 and the size of the right side is 1-by-5.
I want replace the 5 LSB of the 'c' image by the 5 MSB of the 's' image but i have this error.. c = imread('lena.tif'); ...

7 years ago | 1 answer | 0

1

answer