![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25184573_1641277867130_DEF.jpg)
ASHA PON
Followers: 0 Following: 0
Statistik
26 Fragen
0 Antworten
RANG
108.718
of 297.016
REPUTATION
0
BEITRÄGE
26 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
73.08%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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=...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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. ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0