Abhishek Bakhla - MATLAB Central
photo

Abhishek Bakhla


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/19 to 03/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
0 个回答

排名
157,821
of 297,870

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,500

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,704

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to convert an image to binary matrix
I have an image P with dimension MxN. How to convert into dimension Mx8N ? I have used P1 = dec2bin(P); I am getting 65336x8 b...

5 years 前 | 2 个回答 | 0

2

个回答

提问


row circular shift in matrix
How can I shift all the elements of a particular row in matrix in left circular shift or right circular shift.

5 years 前 | 2 个回答 | 0

2

个回答

提问


column circular permutaion on a matrix
How can I move all the elements of a particular column circulary upwards or circularly downwards by some shift s. I have a matri...

5 years 前 | 3 个回答 | 0

3

个回答

提问


How to implement SHA-256 in matlab
I would like to know how to implement SHA-256 using matlab ? Input to it is an image. (say lena.png)

5 years 前 | 1 个回答 | 0

1

个回答

提问


Given an array A of n elements. We need to change the array into a permutation of numbers from 1 to n using minimum replacements in the array.
Given an array A of n elements. We need to change the array into a permutation of numbers from 1 to n using minimum replacement...

5 years 前 | 1 个回答 | 0

1

个回答