photo

Abduellah Elbakoush


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

19 質問
0 回答

ランク
251,193
of 300,799

評判
0

コントリビューション
19 質問
0 回答

回答採用率
57.89%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,134

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


What the binary language which MATLAB deals with it to convert text to binary ?
I have text and I want to convert the text to binary language Example The text is =(Hello world) binary language=(00010010 ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Add an expression to the result
I have Image , after i read the image i did this code [row column]=size(image) Now I want to display at command window Like ...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How i can convert from hex numbers to charter ?
I have hexa numbers array like this '12' 'A6' '36' '36' 'F6' '04' 'EA' 'F6' '4E' ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How I can convert from binary to character?
I have a binary matrix (1*88)double e.g 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 0 0 0 ...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


binary matrix to decimal number
I have binary matrix the dimensions of matrix (1*8) like this 1 0 1 1 0 0 1 0 I want to put th...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


the remodeling of the image
image=imwrite('RGB_Image'); RED=image(:,:,1); RED=bitset(image(122,123),2,1); GREEN= image(:,:,2); GREEN=bitset(image(122,...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


Image Steganography using Lsb ?
I am working In image steganography using Lsb , I am trying to do RGB Pixel Indicator ,I select red channel to use as Indicato...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


what this functions exactly do (fwrite) and (ubitN)?
how I can use ubitN , and What does it do ?

4年弱 前 | 3 件の回答 | 0

3

回答

質問


LSB embeded using image steganography
Can you help me for understand this code (S) x = imread(cover); % cover message y = imread(message); % message imag...

約4年 前 | 0 件の回答 | 0

0

回答

質問


LSB embedding with the text I'll try to use the indicator
I am working in an image steganography using LSB technique , I'll try to use indicator to improve security Can anyone Help me t...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How I Can read 3 MSBs in RGB image
e.g the Bit in image is 250 =11111010 I want to red the 3 bits of Most Significit bit =111 How I can do that

約4年 前 | 1 件の回答 | 0

1

回答

質問


How i can read Red channel in 3 RGB Image
I have RGB Image and I work in Image steganography I want to read Juct Red channel ,I want to make the 2LSB in Red channel as...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How can I convert decimal number to binary number
I have a= 32 if i use dec2bin(a ) the result is (10 0000) But I don't want it's like that I want the result is (0010 0000)...

約4年 前 | 1 件の回答 | 0

1

回答

質問


how can I read and extract the 2 LSBs of every byte from the RGB image array ?
i want to read the 2 LSbs of every byte for exaple i want to read (00) from this byte (11111100) for the whole of the image

約4年 前 | 2 件の回答 | 0

2

回答

質問


How I can get the dimension of matrix
I Have B = dec2bin(123125) B = [repmat('0',rem(length(B),2)),B] A= reshape(B,2,[]...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How I can Convert Decimal number into binary number then to matrix binary number ?
e,g I have 128125 i want convert to 01 1111 0100 0111 1000 then convert to 01 11 ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How I can convert a binary number into Matrix
I have 100110101010 I want 10 01 10 10 10 10

約4年 前 | 1 件の回答 | 0

1

回答

質問


image steganography using LSB?
how can i segment image array every 3 bytes?

約4年 前 | 1 件の回答 | 0

1

回答

質問


How Can I embed the length of my secret message in the special bytes of the cover image
How Can I embed the length of my secret message in the special bytes of the cover image

約4年 前 | 1 件の回答 | 0

1

回答