統計
MATLAB Answers
4 質問
0 回答
ランク
of 179,426
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Two matrices A and B. B is subset of A(rowwise).I want to check the indexes for which row of B is there in A and do some operation on those indexes of A. I tried like this, works for small matrices but takes time on my matrix.suggest alternative
A=[0 1 2;2 3 4;1 2 3;4 5 6; 9 8 7;3 4 5]; B=[1 2 3;3 4 5;4 5 6 ]; for k=1:length(B) for j=1:length(A) if(B(k...
10年以上 前 | 1 件の回答 | 0
1
回答質問
which kind of norm is this? How can i find the solution? I dont know what min m,n mean?? I know the values of N, Hp, Hq. How to calculate G?
<</matlabcentral/answers/uploaded_files/38091/Capture.JPG>>
11年弱 前 | 0 件の回答 | 0
0
回答質問
I have data in form of 3D x,y,z.I have to partition the 3D region into a set of bins with equal radial intervals along AB. The intermediate points connecting A & B are known to me.Finally I have to count number of points in each bin.Plz suggest
<</matlabcentral/answers/uploaded_files/37861/Capture.JPG>>
11年弱 前 | 0 件の回答 | 0
0
回答質問
My data is 3d point cloud (x,y,z coordinates). By joining these points various shapes are made. I have to create a boundary (as shown in figure)within which the point distance is within a threshold i.e.'rp'. A,B and all intermediate points are data.
<</matlabcentral/answers/uploaded_files/37799/Capture.JPG>>
11年弱 前 | 1 件の回答 | 0
