photo

Muhammad Farhan Mughal


Last seen: 5년 초과 전 2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
1 답변

순위
62,333
of 300,765

평판
0

참여
10 질문
1 답변

답변 채택
60.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
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

답변