Question


Adding labels to a matrix number
please I have the following matrixes T = 5.1000 3.5000 1.4000 0.2000 6.4000 3.2000 4.5000 1.5000 ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


confusion matrixes of 2 dimension
Hello I am trying to do the following computation confusionmat h = 5.1000 3.5000 1.4000 0.2000 6.4000 3.200...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


making one matrices dimension same as other
hi I have the following matrices h = 5.1000 3.5000 1.4000 0.2000 6.4000 3.2000 4.5000 1.5000 5.40...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Error using trace in matrices manipulation
Hello I am trying to compute 2 different matrixes of various size using the code below and I am getting an error in the lin...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


confusion matrix for different dimension
plot(confusion(Training,Test)); I am trying to plot this but it is saying that target and output give different dimensions Tr...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


calculating confusion matrices to find the recall, precision
Hi I have 2 different matrices of varying sizes for T and d T = 1 2 3 1 2 4 8 1 2 7 5 1 3 3 3 3 2 2 3 4 1 2 3 5 d = 2...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


Short code for the expression
h =2; P = [1, 4, 5, 7]; a1 = (1-h)* 1 + h * P(:, 1); a2 = (1-h) * a1 + h * P(:, 2); a3 = (1-h) * a2 + h * P(:, 3); a4 =...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Loading data from Excel file
Hello Please can anyone assist me on how to load data from excel file using the function load Thanks in advance Tino

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


what function can be used to divide matrixes with n length
Hi, Please I need a code that will do this computation below Thanks in advance Please given x = 1 2 3 4 5...... x.lengt...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


simple code for the log computation
Hello, Please can anyone help me with a short code to do the following computation below X = { 1, 2, 3, 5, 6} M1 = log10(X(:,...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


calculating Kernel density for each column
Hi Please how do I need a short code that will calculate the KDE of each column in the R.length data below the KDE is given ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Calculating mean for each column
Hi Please how do I compute the mean of each column using R of varying length ( R.length) Thanks in advance R = [ 0.6164 ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


short programs to subtracts rows from a matrix of n length
Hi, Please kindly help me with a short program that can do this computation using T.length and X.length. Please find my comput...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How to subtract a number from a previous one
given a set of number 1, 0.75, 0.50, 0.6 I want a code that could compute the following given the first value as 1 for instan...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How do I restart my code again if the conditions are not satisfied
Hi guys Please is there any code that will make me restart a coding process. for instance I have a running code and finalised...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


kernel density functions for matrices
Hello I am looking ot get the kernel desity function of the following matrices How do I go about it in matlab 0.00445 0.19485...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


Calculating the strangeness using k constant
A B _______ __ 0.57446 C1 0.61644 C2 0.93808 C1 2.1817 C2 2....

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


how to assign an alphabet to a column in matlab
0.6164 3.1654 0.5745 2.9883 0.9381 2.1817 I have this column below and I want to assign another col...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


i am trying to find the euclidean distance of 2 vector with different sizes
T = 5.1000 3.5000 1.4000 0.2000 6.4000 3.2000 4.5000 1.5000 5.4000 3.4000 1.7000 0.2...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Error using fileDatastore (line 105) Function importAudioFile does not exist.
I am trying to follow the step by step installation of the heart sound classifier data. And I encounter error 105. How do I get...

meer dan 5 jaar ago | 0 answers | 1

0

answers