photo

farimah amn


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
231,145
of 300,853

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

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

9 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?

9 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?

9 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];

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

9 years 前 | 1 个回答 | 0

1

个回答