Question


How to identify skin or detect human or skin in an image using Matlab (detection problem not recognition problem) ?
Hi, I would like to detect whether there is any human or just skin in an image using Matlab. It doesn't have to be the face t...

4 years ago | 0 answers | 0

0

answers

Question


Text Analytics Toolbox seems making lots of mistakes on recognizing language and PartOfSpeech
Hi, My input is a list of VERY BASIC ENGLISH words shown below. I would like to find out the part of speech of them. k...

5 years ago | 1 answer | 0

1

answer

Question


How to parse noun and adjective words from an array of texts
Hi I have an array (n x 1) of strings. See example below. 'I thought about illness' 'I think I associated it with fresh or ...

5 years ago | 0 answers | 0

0

answers

Question


Any possibilities of using sortrows for strings
Hi, I have a cell named 'b' consisted of n by 1 of strings, each row in a cell is a string. See below. The 1,2,3,4 is n...

5 years ago | 1 answer | 0

1

answer

Question


Saving texts read from edit box in GUI
Hi, I have a edit box in GUI design. This edit box is specifically for puting texts/strings in rather than numbers. So I ...

5 years ago | 0 answers | 0

0

answers

Question


GUI editbox can't evoke a pushbotton?
Hi, I'm working on a GUI design and I created a edit box and a pushbutton. Shown in the picture below. What I woul...

5 years ago | 1 answer | 0

1

answer

Question


Is it possible to make 'uisetcolor' integrated in GUI?
Hi I'm trying to build 'uisetcolor' into my GUI. At the moment, if I run my GUI, the 'uisetcolor' pops up in a seperate w...

5 years ago | 2 answers | 0

2

answers

Question


How to make a colour picker similar to this one in Matlab?
Hi, Below is the screenshots for a commercial colour picker available online. The good thing about designing the colour p...

5 years ago | 1 answer | 0

1

answer

Question


How to display multiple images (non indexed images) with different sizes in a row?
Hi Say I have 3 images and they are not indexed images therefore they don't have X, map, they only have RGB values. And th...

5 years ago | 2 answers | 0

2

answers

Question


imshow using double or uint8 RGB values - confusing
Hi, I'm a bit confused about 'imshow' My guessing is that imshow can be used with 2 types of RGB data. RGB values are b...

5 years ago | 1 answer | 0

1

answer

Question


How to draw a L*a*b* colour space or HSV colour space (2D)?
Hi I would like to draw the LAB or HSV colour space in 2D (see below) but I don't know how to draw it. I found some code onl...

5 years ago | 4 answers | 0

4

answers

Question


How to understand C in pcolor? Why are specific colours not other colours coming out of certain numbers?
Hi, I'm struggling to understand C in pcolor. From the official website, https://uk.mathworks.com/help/matlab/ref/pcolor...

5 years ago | 1 answer | 0

1

answer

Question


Does PCA apply on the raw data or the data needs to be pre-normalized before applying pca function?
Hi, According to the link below, https://uk.mathworks.com/help/stats/pca.html coeff = pca(X) I'm wondering whether this ...

5 years ago | 0 answers | 0

0

answers

Question


Should I use PCA to order the data points in order to find the mode of the data points?
Question 1: I roughly know that PCA is used for reducing dimensions, it is used for reducing the dimension of features not the d...

5 years ago | 1 answer | 0

1

answer

Question


How to sort the files in a folder by date?
Hi, For example, I have 3 image files in a folder, looks like below (Fig 1). I then tried to get the information of th...

5 years ago | 1 answer | 1

1

answer

Question


Faster way of replacing multiple rows with same vector without using a loop?
Hi, I have a matrix a (see below). I would like to replace the 1st and 3rd row with the same row vector [255 100 0]. a = ...

5 years ago | 3 answers | 0

3

answers

Question


Fast way to replace elements in a matrix?
Hi, for eample I have an a matrix a = 245 255 255 254 252 255 251 250 239 rules: find the row i...

5 years ago | 1 answer | 0

1

answer

Question


Why it is 94? corss-validation for regression tree problem.
Hi, Example shown on the page below. https://uk.mathworks.com/help/stats/regressiontree.crossval.html load carsmall X = [A...

5 years ago | 0 answers | 0

0

answers

Question


cvloss or kfoldloss for regression tree?
Hi, I'm a bit confused with 'cvloss' and 'kfoldLoss'. kfoldLoss https://uk.mathworks.com/help/stats/regressio...

5 years ago | 1 answer | 0

1

answer

Question


'MinParentSize' and 'MinLeafSize' -- regression tree
https://uk.mathworks.com/help/stats/fitrtree.html It introduces the MinParentSize below as: Minimum number of branch node ob...

5 years ago | 0 answers | 0

0

answers

Question


Min objective and function evaluations
As I was learning to optimize regression tree, I'm struggling to understand some of the codes and graphs generated in the matlab...

5 years ago | 1 answer | 0

1

answer

Answered
@(x)sum(x.IsBranch)
Anonymous Functions You can create handles to anonymous functions. An anonymous function is a one-line expression-based MATLAB ...

5 years ago | 0

Question


@(x)sum(x.IsBranch)
Hi, https://uk.mathworks.com/help/stats/fitrtree.html As I tried to understand the example line by line, I am stuck at bel...

5 years ago | 2 answers | 0

2

answers

Question


What is 'categorical predictor' in decision tree for regression
Hi, I'd like to use Matlab's own example for the question. Please refer to https://uk.mathworks.com/help/stats/fitrtree.html for...

5 years ago | 1 answer | 0

1

answer

Question


Entropy to calculate information gain for decision tree for classification problems.
Hi I wonder whether Matlab has the function to calculate the entropy in order to calcuate the information gain for decision ...

5 years ago | 0 answers | 1

0

answers

Question


How to construct a regression tree
Hi, As I was trying to understand the matlab example on the documentation page for constructing a regression tree https://uk.ma...

5 years ago | 0 answers | 0

0

answers

Answered
Hierarchical Clustering - linkage(y)
Only just figured it out. The first and second columns are the new group number after clustering. 4 elements in x each wa...

5 years ago | 0

| accepted

Question


Hierarchical Clustering - linkage(y)
Hi, I don't fully understand the linkage function and its outputs. >> x=[1 2 6 8]'; >> y=pdist(x) y = 1 5 ...

5 years ago | 1 answer | 0

1

answer

Question


Finding the adjoint of a Matrix
Hi I'm trying to find the adjoint of a matrix. On MathWorks documentation webpage, the instruction look something like below...

5 years ago | 2 answers | 0

2

answers

Load more