photo

Tiger


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
1 답변

순위
24,354
of 301,447

평판
1

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
1

순위
 of 21,284

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,609

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

대략 13년 전 | 0