abdul wahab aziz
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
272,904
of 295,495
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
IS THERE ANY WAY TO RESOLVE THIS LOOP ISSUE AS IT TAKES ALOT OF TIME TO EXECUTE
for i=1:size(A,1) for j=1:size(A,2) if(A(i,j)==100) Predict_...
8 years ago | 0 answers | 0
0
answersQuestion
How do I find the closest points in a matrix
I have a matrix of 1682 rows. For understanding I am giving you a small example to achieve my desired task: A=[1 2 4 5 100...
8 years ago | 3 answers | 0
3
answersQuestion
how to use KNN method
i want to use this method like if i have any vector and i want its neareast neighbours in whole matric for example by desired ...
8 years ago | 1 answer | 0
1
answerQuestion
how to sort only first column in matlab
X=0.5 1.0;0.1 2;2.5 4 output must be like 0.1 2;0.5 1.0;2.5 4
8 years ago | 1 answer | 0
1
answerQuestion
how to calculate closest points in a row matlab?
i have a row 0.7422 0.0436 1 0.6040 0.057 in this row i need to find closest distance from 3rd col point which is 0.6040 the ...
8 years ago | 1 answer | 0
1
answerQuestion
help needed in cosine similarity method
Dear experts i want to implement cosine similarity method take an example i have a matrix [2 3 4 5 1;1 2 3 4 2;4 5 1 1 2]...
8 years ago | 0 answers | 0
0
answersQuestion
DO WE CONSIDER ZERO,S IN AVERAGE FILLING METHOD FOR PREDICTION
Do we consider zero,s in average filling method for trust predictions. for example if there is a row 2 3 0 0 4 i want to take ...
8 years ago | 1 answer | 0
1
answerQuestion
HOW TO TAKE AVERAGE OF ROW AND COLUMN AT SOME POINT
I HAVE A MATRIX 2 5 3 500 4 5, 3 4 2 2 3 5, 4 5 5 1 2 2 code must scan first where 500 exists and take av...
8 years ago | 2 answers | 0
2
answersQuestion
i need to compare each value in cell with different rows for average filling method kindly guide me good technique
2 5 3 x 5, 3 4 5 6 7 , 5 6 7 x 9, 2 5 3 1 1 the code must run like this i will search for x in each row i...
8 years ago | 1 answer | 0
1
answerQuestion
how to find maximum value in some specific group range of matrix
i have a matrix 3 2 5 6, 4 2 5 5, 5 2 5 3, 6 2 5 4, 7 2 5 1, 8 2 5 1, 9 2 5 3, 11 2 5 1, 2 3 8 6, 4 3 8 3, 5 3 8 ...
8 years ago | 2 answers | 0
2
answersQuestion
how can we calculate count of specific group in a row
i have a matric 3 2 5, 3 2 5, 4 2 5, 4 2 5, 4 2 5, i need output like this 3 2 5 *2*- where 2 and 3 of times occu...
8 years ago | 1 answer | 0