photo

Ana


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
60,033
of 301,273

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 21,212

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,726

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
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 ago | 0

| accepted

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer