統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Dear all; how to check if at least one array in a logical vector is true? for example: A=[0 0 0 1 0 0] and there is at least one ''1'' in this array.
Dear all; how to check if at least one array in a logical vector is true? for example: A=[0 0 0 1 0 0] and there is at least o...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Dear all, I want to remove duplicated array in a matrix. let say we have A=[1 2;2 3;2 3;4 5;6 7] and the answer is B=[1 2;2 3;4 5;6 7].how can I do it? I have no idea.thanks
Dear all, I want to remove duplicated array in a matrix. let say we have A=[1 2;2 3;2 3;4 5;6 7] and the answer is B=[1 2;2 3;4...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Dear all. I have a 10*2 matrix. how can I interpolate this matrix to have 12*2 matrix?
Dear all. I have a 10*2 matrix. how can I interpolate this matrix to have 12*2 matrix?
9年以上 前 | 0 件の回答 | 0
0
回答質問
Dear friends,I have a big problem.I just dont know what to do.I have a binary image. I want to increase the size of contour. let say we have 112 pixels on contour.now I want to have 118 pixels. how can I do it?please help me. I am looking forward.
I attached the binary shape here.will interpolation work? thanks in advance
9年以上 前 | 0 件の回答 | 0
0
回答質問
hello.can any one tell me how can I change a particular black pixel in a binary image to white?
hello.can any one tell me how can I change a particular black pixel in a binary image to white?
9年以上 前 | 2 件の回答 | 0
2
回答質問
hello.can any one tell me how can I find 5 lowest values in a vector without replacement?
for example: A=[3 4 5 1 2 7 3 9 0 1 4 5 7 3 0 8]; and the answer is:B=[1 2 0 1 0];
9年以上 前 | 1 件の回答 | 0
1
回答質問
how to read images in a database using ''for loop''?
hello. I want to process on a large database in matlab. I need to read images in database one by one and then do some process on...
9年以上 前 | 1 件の回答 | 0
