Deepak - MATLAB Central
photo

Deepak


Anna University

2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Ardunio and Image Processing

統計

All
MATLAB AnswersCodyZoom OutFrom 12/11 to 03/25Use left and right arrows to move selectionFrom 12/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 質問
2 回答

Cody

0 問題
3 解答

ランク
9,641
of 297,695

評判
4

コントリビューション
5 質問
2 回答

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
69,578
of 159,380

コントリビューション
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

回答