photo

Tiger


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
24,354
of 301,496

声誉
1

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 21,302

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,813

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Move object in a direction described by a vector
Example A=[0 1 2 3; 4 5 6 7; 8 9 10 11] vector=[-1,-1] I wish I could get the answer B=[ 0 0 0 0; ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


find the distance between one point and an object
example A=[ 0 1 1 1 1 0 0 ; 1 0 0 0 1 0 0 ; 1 1 0 0 0 0 *] find the Eucilidean distance between * and all the ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


find the first and last nonzero element of an array
exmple a=[0,0,1,2,3,4,0,0] which gives me positition 3, value 1 and position 6, value 4 Thanks!!

13 years 前 | 1 个回答 | 0

1

个回答

提问


find nonzero-middle point of an array
Hello, example a=[0,0,3,4,5]; I want a function that give me middle point of nonzero element which is 4 not 3 which...

13 years 前 | 2 个回答 | 0

2

个回答

提问


let small numbers in Matrix be zero
Hello, I would like a function that: example A=[100,16; 5,10] I would like to make a function f with a threshold=15 suc...

13 years 前 | 1 个回答 | 1

1

个回答

已回答
Neighborhood Gray Tone Difference Matrix (NGTDM).
Hello, Do you mean for a image M*N you would like to create a matrix M*N *M*N such that the elements are values of the gray d...

13 years 前 | 0