photo

Sana Shaikh


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
66,244
of 300,756

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Why the same data yielding different values?
Code: abc=reshape( rate, size(CoverImage)); imageasbytes = typecast(abc(:), 'uint8'); imwrite(abc, 'exchan.jp...

12 years ago | 1 answer | 0

1

answer

Question


How to form bytes ?
To extract hidden data frm LSBs of image I have collected dataa as bits in an array array size is 486864x1 (It consists of 486...

12 years ago | 1 answer | 0

1

answer

Question


How to convert bytes into image again?
I have an image of 294x558x3 size I read it byte by byte by using *ImageAsBytes = typecast(CoverImage(:), 'uint8')* t...

12 years ago | 1 answer | 0

1

answer

Question


How can I set fist four bits of a byte to some other specific four bits?
If I have an array of nx1 and I want to set first four bits of each byte of an array to some other specific 4 bits so how to per...

12 years ago | 1 answer | 0

1

answer

Question


How can I apply circular shift on bits in MATLAB?
I want to apply shift right operation on aset of bits

12 years ago | 2 answers | 0

2

answers

Question


how can I read perform some operation on an image byte by byte???
plz guide me. I m performing Image steganography in MATLAB. Need help Need to read images byte by byte and perform some operati...

12 years ago | 2 answers | 0

2

answers