Community Profile

photo

Tiger


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 1

1

answer

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

11 years ago | 0