photo

abdul wahab aziz


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta