photo

Deepak


Anna University

2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Ardunio and Image Processing

통계

All
MATLAB Answers

5 질문
2 답변

Cody

0 문제
3 답안

순위
9,641
of 297,457

평판
4

참여
5 질문
2 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
69,428
of 158,938

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Equation doubt
hi Frnds, I have a doubt in below equation v = v + mu*4*del2(v) - SqrMagf.*(v-fy); In above equations is mu=0.2 v=imag...

거의 13년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 13년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 13년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 13년 전

답변 있음
matlab guide???
Yes Jeff you can work without GUIDE but you can't use edit boxes only buttons,You can use "menu" tool for it.

대략 13년 전 | 0

답변 있음
edge detection using fuzzy logic
Check out in FILE EXCHANGE or just Google it.

대략 13년 전 | 0

| 수락됨

질문


Analysis
Can Any one help me by letting me know if they are specific functions or techniques in matlab for measuring the performance of a...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Performance Analysis
hi, I'm doing image segmentation on MRI images.I used various algorithm to perform segmentation.I need to show cast the ...

대략 13년 전 | 답변 수: 0 | 0

0

답변

질문


Doubt in Region_Growing
Coding r: for i=1:M for j=1:N if Y(i,j)==1 if (i-1)>0 & (i+1)<(M+1) & (j-1)>0 & (j+1)<(N+1) fo...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Concave Image Segmentation
Hi every one, I am doing my MAT-WORK on Concave brain tumor image segmentation in MRI.I need the suggestion for process m...

대략 13년 전 | 답변 수: 1 | 0

1

답변