photo

Deepak


Anna University

Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Ardunio and Image Processing

Statistics

All
MATLAB Answers

5 Questions
2 Answers

Cody

0 Problems
3 Solutions

RANK
9.641
of 297.503

REPUTATION
4

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
69.451
of 159.017

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

bijna 13 jaar ago | 0 answers | 0

0

answers

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

Solved


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

ongeveer 13 jaar ago

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

ongeveer 13 jaar ago | 0

Answered
edge detection using fuzzy logic
Check out in FILE EXCHANGE or just Google it.

ongeveer 13 jaar ago | 0

| accepted

Question


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

ongeveer 13 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 13 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 13 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 13 jaar ago | 1 answer | 0

1

answer