photo

Maria Hameed


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

16 个提问
0 个回答

排名
75,754
of 300,988

声誉
0

贡献数
16 个提问
0 个回答

回答接受率
43.75%

收到投票数
0

排名
 of 21,130

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,218

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How can I keep values of an array random.
I have an array T=(0 1 2 7 71 158 187). i wanna generate A=(158 71 2 187 0 152 1) please tell me a command for generating A. ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Is there any code or command to generate Q(S(n))=n-1 Thanks.
I have two matrices S and Q of size 1*12. the range for elements of S and Q is (1:256) S= [83 27 146 179 173 18 50 85 255 216 ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How can i permute RGB image pixels ?
i wanna permute image pixels please help me thanks.

7 years 前 | 1 个回答 | 0

1

个回答

提问


kindly guide me that can I use P-Boxes to diffuse image pixels ?
I used S-boxes to confuse pixels of image but for further security the requirement is to diffuse the pixels too so, I wanna get ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Is there any command to change one pixel of an RGB image ?
I can acess the pixel value of an RGB image at 100th row and 100th column as 137(red pixel) 76(green pixel) and 120(blue pixel)...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Hi i wanna find out entropy of a colour image please help me to find .
Entropy_Red_Channel=Entropy(input_image(:,:,1)). I use the command written above to find entropy of seperate colour components...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Is there any code or command to find entropy for colour images.
If I have 3 colour images and i want to find entropy for these images then please anyone help me to find. Thanks

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can i find Inverse of an array of non negative integers ?
e.g If I have G= (4 1 2 5 3 ) I want the output as S= (2 3 5 1 4 )

7 years 前 | 1 个回答 | 0

1

个回答

提问


If i have array defined as G=(83 27 125 99 0 25 255 ..... ) .Is there any command or code to find S as defined below ?
i have an array i.e G= (83 27 125 99 0 25 255 ....) the thing i know is that G(1)=83 G(2)=27 ..... i wana create a S=(....) such...

7 years 前 | 3 个回答 | 0

3

个回答

提问


How to find an inverse S-box ?
I have an S-box i.e T=([12 20 28 36 46 56 69 83 99 117 139 163 191 222 3 43 87 136 190 250 61 133 211 41 232 85 199 68 200 86...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Is there any code or command for doubling a point ?
I have an elliptic curve y*2=x*3+148x+225 mod 5003 I took G=(1355,2421) as the shared key I want to find points as (G,2G,3G,4...

7 years 前 | 5 个回答 | 0

5

个回答

提问


Is there any code or command to multiply an elliptic curve point by a sequence of scalars ? (note that this multiplication is elliptic curve point multiplication)
If I have an elliptic curve point as G=(x,y) I want to generate 62*G,63*G,64*G,.....,318*G Note that it is elliptic curve poin...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Is there any code or command to seperately display all the points of right_side = mod(a.^3+148*a+225,5003); as defined in code given below?
I have a code for generating some elliptic curve points as disp('y^2 = x^3 + 148x + 225 mod 5003') a=0:5002 left_side...

7 years 前 | 1 个回答 | 0

1

个回答

提问


I have some elliptic curve points as (x y) . How can i extract just y values of all the points ?
e.g if i have disp('y^2 = x^3 + 537x + 2438 mod 123457') a=0:123456 left_side = mod(a.^2,123457); right_side = mo...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to apply elliptic curve point multiplication using matlab code or command ?
e.g I have elliptic curve points as [(0, 6) (6,14) (12, 3) (15, 4) (21,7) (0,25) (6,17) (12,28) (15,27) (21,24) (1,10) ( 7,13)...

7 years 前 | 2 个回答 | 0

2

个回答

提问


May i get a command or code for extracting random and nonrepeating numbers from an array of numbers ? like from the data given below
e.g T=([1 25 14 2 78 25 13 5 2 ]) i want the correct answer as T=([1 25 14 2 78 13 5])

7 years 前 | 1 个回答 | 0

1

个回答