photo

Muhammad Farhan Mughal


Last seen: oltre 5 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
1 Risposta

RANK
219.081
of 300.840

REPUTAZIONE
0

CONTRIBUTI
10 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 21.092

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.238

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

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

oltre 6 anni fa | 0

| accettato

Domanda


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

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta