photo

Ana


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
1 个回答

排名
60,033
of 301,296

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 21,225

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,832

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How do I deal with calculated matrix indices that are negative?
per isakson about 1 hour ago "if columns-rim1 <= 0, then set to 1" maybe: max( columns-rim1, 1 )

10 years 前 | 0

| 已接受

提问


How do I deal with calculated matrix indices that are negative?
Hi. I am working on a code which requires me to compare values a certain distance from a central identified point in a matrix. F...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Adding binary matrices generated in while loop
I am writing a program that, in a nutshell, detects multiple circular objects in an image and then classifies them based on thei...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How can I return a count of the regional maxima using the function imregionalmax?
How can I return a count of the regional maxima using the function imregionalmax?

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I use the global optimization tool box to find all local maxima in a matrix?
I have a matrix of an simple gray-scale image that I'm trying to run a global optimization on (I want to find all of the local m...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I create a convolving function that manipulates elements of a matrix based on the value of its adjacent elements?
How do I create a convolving function that manipulates elements of a matrix based on the value of its adjacent elements?

11 years 前 | 1 个回答 | 0

1

个回答

提问


Manipulate '1' values in binary matrix
I have a binary matrix and I need to create a convolving function that manipulates only the '1' values. In other words, I want t...

11 years 前 | 1 个回答 | 0

1

个回答