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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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...
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년 전 | 0


