ASHA PON
Followers: 0 Following: 0
Statistics
26 Questions
0 Answers
RANK
199.185
of 295.448
REPUTATION
0
CONTRIBUTIONS
26 Questions
0 Answers
ANSWER ACCEPTANCE
73.08%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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 find number of bit change between binary numbers?
I am having 7 binary numbers. Now, i need to calculate the number of bit changes between adjacent binary numbers. Number of bit ...
bijna 2 jaar ago | 3 answers | 0
3
answersQuestion
How to store values in matrix form for differn iteration
I am having 7 decimal input data. This data varies for 500 iteration. Now, I need to store the 7 input data obtained in each ite...
bijna 2 jaar ago | 2 answers | 0
2
answersQuestion
How to rearrange matrix columns?
I am having 7*7 matrix. Now i need to rearrange the matrix colums in such a way that last column of the matrix will be considere...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to shift elements in matrix?
I am having two matrix of size 7*7 and 7*1. Now, i need to compare these two matrix and alter entries in one matrix based on sec...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to change element position in matrix?
I am having 7*1 matrix. Now i need to generate a output matrix whose first element will be second element of matrix A and first ...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to change entries in matrix based on another matrix?
I am having two matrix of size 7*7 and 7*1. Now, i need to compare these two matrix and alter entries in one matrix based on sec...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to compare previous results in iteration?
I have a program with for loop having 1to 500. I need to compare the output of previous and current iteration, if the outputs ar...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to compare previous iteration output with current iteration output?
I have a program with for loop having 1to 500. I need to compare the output of previous and current iteration, if the outputs ar...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to shuffle numbers for each iteration?
I am having 'n' randomnly generated positive decimal number. With this input I have performed some set of mathematical calculati...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to rearrange random binary input for each iteration?
I am having 7 randomnly generated binary input. With this input I have performed some set of mathematical calculations. Now i ne...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to alter entries in one matrix based on another matrix?
I am having two matrix of size 7*7 and 7*1. Now, i need to compare these two matrix and alter entries in one matrix based on sec...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to compare two matrix?
I am having two matrix of sizes 7*7 and 7*1. Now, i need to compare both matrix and entries in one matrix varies based on anothe...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to add zeros diagonally in a matrix?
I am having a 4*5 matrix. Now, I need to add '0' diagonally and convert the matrix into 5*5. Thank you in advance. Example: A=...
bijna 2 jaar ago | 2 answers | 0
2
answersQuestion
How to compute number of bit change among consecutive binary numbers?
I am having 7 random binary numbers of 3 bit. Now, I need to compute how many number of bits are changed among consecutive numbe...
bijna 2 jaar ago | 2 answers | 0
2
answersQuestion
How to consider elements from two different column matrix and perform set of arithmetical operation?
I am having two 7*1 column matrix. One matrix consists of 3 bit binary numbers and another matrix consists of 1 bit binary numbe...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to construct matrix based on order of input?
I am having 7 random binary input numbers. Now, I have to construct a matrix with rows indicating correct order of input and col...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to form a matrix based on the order of input
I am having a set of input. Now, I have to form a matrix based on its order whose row indicates ascending order of input and col...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to categorize elements in a matrix based on positive or negative terms and assign them '0' and '1'
I am having a column matrix say 7*1. Now, i need to assign '0' to negative elements and '1' to positive elements in the matrix. ...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to multiply each term in a n*n matrix with elements in a column matrix
I am having a 14*15 matrix and 15*1 matrix. Now, I need to multiply these two matrix. Thank you in advance. For example: A=[ 0...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to count number of ones and zeros in a binary number?
I am having some set of binary numbers. I need to count the number of ones and zeros in each binary number. If a binary number h...
bijna 2 jaar ago | 2 answers | 0
2
answersQuestion
How to combine two matrix based on position and find the corresponding element?
I am having two matrix. one matrix element represent the position whereas other matrix contine the elements. Now i have to merge...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
how to find position of an element in a matrix which is present in another matrix?
I am having two matrix. Selected elements in one matrix is present as elements in another matrix. Now i need to find the positio...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to pick maximum value in group?
I have created groups with repeating value in a matrix and elements in the group are matched with matrix having its probability ...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
How to merge two matrix?
Repeated values in a matrix are assigned to a group and now the elements in group has to be matched with another matrix having p...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to combine two matrix and extract value from one matrix to another matrix in same position?
Repeated values in a matrix are assigned to a group and now the elements in group has to be matched with another matrix having p...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
Group repeated values in an array and mention the repeated value with position
I need to group the repeated value in an array. After grouping the results should be group = repeated value position Exa...
bijna 3 jaar ago | 1 answer | 0