Community Profile

photo

ASHA PON


Last seen: 9 months 前 自 2022 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


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 ...

1 year 前 | 3 个回答 | 0

3

个回答

提问


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...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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 ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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=...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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. ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

提问


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...

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答