Community Profile

photo

Sabbas


Active since 2012

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


erasing all the rows of a cell matrix that contain a specific string variable
Dear all, I have a cell matrix where its first column is 'MATA' [ NaN] 'PANWE 1' ' CONSISTEN...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


how do I fix the seed in the trnd function
Dear all, I use matlab 2012 and I want to generate values from a student t distribution. I use the function "trnd". HOw can I...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Question


sampling from a mixture of 2 multivariate Gaussian distributions
Dear all, Is there any matlab function that I can use in order to generate from a mixture of 2 multivariate Gaussian distrib...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


how we generate from a student t distribution
Dear all, I have a variable u that follows a normal distribution N(0,λ_t*exp(h_t)) λ_t is a scaling factor and exp(h_t) is...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


creating dummies from a cell vector of string variables
Dear all, I have this cell vector A={' ps1' ' ps1' ' ps1' ' ps1' ' ps2' ' ps2' ' ps2' ...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Question


selecting particular elements from a cell array
Dear all, I have the following cell array A={ [ 0] [ 0] [ 0] [1.2923] [11.2337] [ 0]...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


stem and set function: A question
Dear all, I have subplot(2, 1, i) z= stem(h); set(z, 'Marker', 'none') Is it possible...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


calculating all combinations using nchoosek. A faster way?
Dear all, I have a cell matrix A which is of dimension 13048 by 4 I need to calculate all the combinations using the follow...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


problem with matlab 2009 64 bit
Dear all. I use matlab 2009 32bit and matlab 2009 64bit There is a problem with matlab 2009 64bit. Whenever I run a cod...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Constructing an if statement when a column contains only one data point and the rest are NaNs
Dear all, I have the double array 2.8000 0.2333 0.0010 0.0022 NaN NaN NaN NaN ...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Question


a small problem with interpolation
Dear all, I have A={ [NaN] [ NaN] [ NaN] [ NaN] [ NaN] [ NaN] [ NaN] [ NaN] ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


are the first 3 elements of a vector NaN?
Dear all,I have A={ [NaN] [NaN] [NaN] [3] [3] [6] [4]} I want to find a rule that w...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


does a cell vector contains only NaN?
Dear all, I have A={ [NaN] [NaN] [NaN] [NaN] [NaN] [NaN] [NaN] [NaN] ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Bizarre results with inpaint_nans
Dear all, I have A={ [4.1583] [4.2132] [1.4600e+004] [100] [4.0339] [4.1117] [1.4948e+004] ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


transforming two date vectors
Dear all, I have A={ '2/11/2008' '30/11/08' '28/12/08' '25/01/09' '22/02/09' '22/03/09' ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


changing the date format of a vector
Dear all, I have A={'1/4/2009' '2/1/2009' '3/1/2009' '4/5/2009' '5/3/2009' '5/31/2009' ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


A question: Eviews-Matlab interface?
I would like to ask if there is any way to manipulate Eviews via MATLAB thanks

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


problem with matlab 2009
Dear all, I have the expression [~,k] = ismember(raw6{ii,8}(1:2),{'MAT','FMI' }); IN matlab 2012 there is no p...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


finding specific elements in a cell vector
Dear all, I have 10 excel files some files contains a column A={ '1W' '1W' '1W' '1W' '1W' ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Answered
fixing a problem with the date format
I found the solution Before saving my results I just try Anew=cellstr(datestr(datenum(A,'mm/yy'),' mm/yyyy')); then I ...

meer dan 11 jaar ago | 0

| accepted

Question


fixing a problem with the date format
Dear all, I have Inside my code I construct the vector A={ '01/11' '02/11' '03/11' '04/11' ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


erasing specifi rows from a cell matrix
Dear all, I have A={ '12/08' ' ' '01/09' ' ' '02/09' ' ' '03/09' ' ' '03/09' ' ' '04...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


erasing the second duplicate date
Dear all, I have A={ '12/08' '01/09' '02/09' '03/09' '03/09' '04/09' '05/09' '06/...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


changing the format of a date vector
Dear all, I have the vector A={ 19/04/09' '17/05/09' '14/06/09' '12/7/2009' '9/8/2009' '6/9...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Question


problem with an if statement
Dear all, I have A =[ 1 2 0 2 11 0; 2 3 0 30 11 -2; 3 4 ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


erasing particular rows of a vector
Dear all, I have A=[ 0; 2; 34; 45 0; 12; 23; 12; 0; 23] an...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


identifying successive dates in a cell vector
Dear all I have the following sequence of dates A={ '11/08' '11/08' '12/08' '01/09' '02/09' '...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


multiplying/dividing matrices that contain string variables and NaN
Dear all I have I have A= [ 29 1; 27 4; 31 0; 28 3; 25 5; ] and B={'id1'...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


multiplying two matrices in an efficient way
Dear all, I have A= [ 29 1; 27 4; 31 0; 28 0; 28 3; 25 5; 23 ...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Question


mulptiply each column of a cell matrix by 4 when it contains strings and NaN
Dear all I have Aq = { 'adidas' 'shoes' 'wow' [ 0.6692] [ 0.8646] [8.7778e+003] [ ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Load more