Hardi Mohammed
Followers: 0 Following: 0
Statistics
RANK
108,584
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Showing every possibility of each index in a matrix
I am trying to find out all the possibility of Matrix index. but I have problem for example: A=[ 1 2 3; 4 5 6; 7 8 ...
5 years ago | 1 answer | 0
1
answerQuestion
How to avoid having duplicate index result?
I have written this code it works correct but one thing is that when I run it it gives me duplicate result how can I avoid repet...
6 years ago | 2 answers | 0
2
answersQuestion
Get one element from each row but not the same column
I am trying to find the sumation of matrix zero, when I choose one element from each row but different colum, matrix 3 *3 has ...
6 years ago | 1 answer | 0
1
answerQuestion
select one element in each row but not the same column
Hi everyone I have matrices 3*3 A= [1 2 3; 4 5 6; 7 8 9] and B=zeros(3,3) I want to choose one element in each row, for example...
6 years ago | 1 answer | 0