
abdul wahab aziz
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
11 質問
0 回答
ランク
of 160,775
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 3 件の回答 | 0
3
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 1 件の回答 | 0