Community Profile

photo

Abdulatif Alabdulatif


Aktiv seit 2014

Statistiken

All
  • First Review
  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Is there any implementation for Multivariate GARCH -BEKK model?
Hello all, Is there any implementation for Multivariate GARCH-BEKK model? I am not familiar with MATLAB too much and I need a...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 7 Jahre vor

Frage


How can I calculate sensitivity and specificity for a given data set after clustering (data is labeled)?
Hi, I have a labeled data set, each data point represented by a vector of (x,y, label). I want to claculate sensitivity an...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can add the rows in n-by-m matrix that have the same indicator in the last column?
Hi, How can add the rows in n-by-m matrix that have the same indicator in the last column? For example: 10-by-3 matrix, t...

fast 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I solve the problem of colour map? (figure provided)
<</matlabcentral/answers/uploaded_files/52718/example.jpg>> In the figure, the data is divided into four different groups and...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I produce different colours for different clusters?
Hi, I have the following dataset --> three columns (x,y, class of the data point(0,1,2,3 or 4)). (-9.69171, -8.86384, 0) ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there any build in function to perform polynomials multiplication?
Hi, I try to find a build in function that satisfy the following: (x1,y1) , (x2,y2) result in: ( 0 , (x1*x2) ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why I have wrong result in (power) function?
Hi all, I have the following statement which generate wrong result: temp1 = power(x,temp1) The wrong result is: ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I produce colours to distinguish between points in a plot?
Hi all, I am wondering how can I produce extra colours to use them in a plot. For example, I want to have extra colours more ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Is there a way to initialise an array automatically inside while loop?
Hi all, I am working on build clustering algorithm (Fixed-width)clustering. In every iteration inside while loop, some points...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can pick a specific values (rows,columns) from a matrix?
Hi all, I want to process a part of large a matrix. Let's assume we have a matrix with 10 rows and 10 columns, I want to pick...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I generate a random real numbers from a specific range?
Hi all, I want to pick real numbers randomly from a specific range (0 , 0.2304). Can any one help me to do that? Thank...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I perform modulus operation (mod)?
Hi all, I am trying to use build-in functions in Matlab to help me to convert my project from decimal system to binary system...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I plot two arrays with different number of columns in one figure with different colours?
Hi all, If I have two arrays: A (m,2) & B (n,2) where n and m are the number of columns in each. let say m=100 ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I read a specific column in a range text file with a specific format?
Hi all, I have the following format in a large text file: 1.9145600e+001 3.8940100e+001 4.5080000e+001 2.6996400e+0...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What is the faster mean to find a value of an array?
Hi all, I am looking for the fastest search inside an array. For example A3 array has 6250 elements: [i,j] = find(A3(:,1...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I choose a random row from a specific multidimensional array?
Hi, I have a multidimensional array X=(50,9), and I want to choose a random row of 50 exist rows in an array. First row i...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a way to solve wrong results when using (mod) operation?
Hi all, I am working with many (mod) operations to create my own functions in matlab. However, I face a problem of wrong resu...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I distinguish between array structure in JAVA and Matalb? (code conversion)
I have a java code and I want to convert it as matlab code: public int[] multiplyEncrypted(int[] num1, int[] num2){ ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I spilt long integer number into pairs?
Ture : ) Thank you so much!

fast 10 Jahre vor | 0

Frage


How can I spilt long integer number into pairs?
Hi all, I am working to solve the problem of finding the square root by using long division operation? I know that there i...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I split an array of float point numbers in two different arrays based on a dot (.) delimiter?
Hi all, I try to spilt an array of float point numbers in two different arrays based on a dot (.) delimiter but it does not w...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten