Abdul Rahim Mohammad - MATLAB Central
photo

Abdul Rahim Mohammad


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 04/19 to 03/25Use left and right arrows to move selectionFrom 04/19Use 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

10 質問
0 回答

ランク
29,683
of 297,716

評判
1

コントリビューション
10 質問
0 回答

回答採用率
40.0%

獲得投票数
1

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Extracting tones from DTMF
Hello everyone, I am trying to extract the dailed numbers from a DTMF and I have read some of the other posts on the forum about...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


Laplacian of Guassians Edge Detection
Hello, I'm trying to implement a Laplacian of Guassians Edge Detection using the following code, the issue I have is that Indexi...

6年弱 前 | 1 件の回答 | 1

1

回答

質問


Indexing errors with my function
Hello, Im trying to implement a morpholigcal hitormiss using erosion(erode_3x3 in the code) and I have a bit of trouble with my ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Help understanding Maltab code.
Hi, I need some help understaing some matlab code: The DJEPG function takes an input of 8x8 matrix and outputs a 63x1 array, I ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How do I fit smaller matrix into a larger matrix
Hello everyone, I have A = matrix of 23x23, and I must reshape this matrix to the same size of an matrix I of 256x256. I want t...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Histogram equalisation errors, help with my code
Iam working on implenting a histogram equalisation of an image without using inbuilt functions specifcally imhist and histeq, I ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


Histogram equalisation process and errors
Iam working on implenting a histogram equalisation of an image without using inbuilt functions specifcally imhist and histeq, I ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to make an image take different RGB values?
I have an image with NxMx3 uint8 colors but I want the colors of the image to be replaced with another array of 256x3(Each colum...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I map a list of 24x3 RGB elements to a list of 256 levels?
I need to map a list of 24x3 values with each row represnting a RGB value to a list of 256x3 elements. I was advised that I wou...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How to iteratively append elements to an array
I = imread(chart_image); R = I(:,:,1); G = I(:,:,2); B = I(:,:,3); N= zeros(24,3); final_chart =zeros (24,3); Vals = [17...

6年弱 前 | 1 件の回答 | 0

1

回答