photo

farimah amn


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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

8 years 前 | 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...

8 years 前 | 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?

8 years 前 | 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?

8 years 前 | 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];

8 years 前 | 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...

8 years 前 | 1 个回答 | 0

1

个回答