photo

Muhammad Farhan Mughal


Last seen: 5年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
62,333
of 300,771

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Taking number out from the image name.
In my MATLAB code i browse for images using uiget [fn, pn] = uigetfile('*.jpg;*.tif'); the variable fn is the name of im...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Is there a way to overcome For loops for fast processing?
Following MATLAB code significantly reduced the computatonal cost of the questioned code R = I(:,:,1); G = I(:,:,2); B = I(...

6年以上 前 | 0

| 採用済み

質問


Is there a way to overcome For loops for fast processing?
I have written a following MATLAB code to detect skin color pixels from the RGB image. The output is as expected but being pixel...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Avoid for loop to increase processing in image processing.
I have three matrices labelism is nr x nc binary matrix colorim is nr x nc x 3 RGB matrix and skin_img is also nr x nc ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Overcome for loops for fast processing
I have the following part of MATLAB code skin_rgb = zeros(256.^3,1); for i = [2000 : 2003,2008,2010:2011,2013:2015,2017:...

約7年 前 | 2 件の回答 | 0

2

回答

質問


Matlab GUI switch statement not working properly
I am writing MATLAB GUI code where i show the image and give them two options to select one of them. But in my code Switch state...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Matlab GUI becomes too heavy for computer and makes the system slower
I am doing pair comparison in which I show pair of images and ask user to select one of them on the basis of different questions...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Closing MATLAB GUI gives error
I have the following code which is working very fine and also saving the required file. But after completing MATLAB GUI while ex...

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

0

回答

質問


handle not increment in MATLAB GUI
I am writing a MATLAB GUI code for pair comparison where at one step i need to increment handle to reach the next image. Followi...

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

1

回答

質問


Attempt to reference field of non-structure array error occurs while using next button
I have the following Matlab GUI code for pair copmarison of images on pressing next button it should change the image but it giv...

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

1

回答

質問


Function not recognizing uibuttongroup for switch statement in matlab gui
function varargout = GUI_Personality_Impressions(varargin) % GUI_PERSONALITY_IMPRESSIONS MATLAB code for GUI_Personality_Im...

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

1

回答