Abhishek Bakhla
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
190,061
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
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...
4 years ago | 2 answers | 0
2
answersQuestion
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.
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0