Question


Truncating a number without rounding
Is it possible to truncate a number in matlab without rounding it to the first decimal point? for example, 5.17 I want it to b...

9 years ago | 1 answer | 0

1

answer

Question


equal elements in historgam bins
According to the help menu: Calculate four evenly spaced quantiles. y = quantile(x,4) I want 10 bins with equal eleme...

9 years ago | 1 answer | 0

1

answer

Question


Finding the edges of equally distanced bins
I am using 2014a version which doesn't have the histcounts function. Is there a way to find the edges of 10 equally distanced bi...

9 years ago | 1 answer | 0

1

answer

Question


grouping data by value
I have a vector of data X that I want to divide into 10 different groups depending on the values. i,e the highest 10% together, ...

9 years ago | 2 answers | 0

2

answers

Question


Reading variable names from a loop
I have a long list of variable names that I want to create in my loop. For example, A={'BHCK0081' 'BHCK0276' 'BHCK02...

9 years ago | 1 answer | 0

1

answer

Question


dlmread with ^ as delimiter
Hi, Attached a text file where the ^ delimiter works well to import it to excel. The automatic import tab in matlab is failing ...

9 years ago | 2 answers | 0

2

answers

Question


error:Cell elements must be character arrays.
Hi , I am running a loop : ISIN(i,1)=cusip2isin('US',Cusip91(i)); % I obtained cusip2isin from the file exchange forum. Cus...

9 years ago | 1 answer | 0

1

answer

Question


Cell Format in xlswrite
I am writing a cell array to excel using xlswrite. There are some cells that has strings similar to this one :33741E10 when I w...

9 years ago | 0 answers | 1

0

answers

Question


Matching the first two words
Hi, I have two cell arrays A and B. A(1)= American Express Corporation B contains cells with the following string "AMERICAN...

9 years ago | 1 answer | 0

1

answer

Question


Generating a figure from an eps file
I found the codes of one research paper provided by the authors. They mention that to generate a figure I need to run a script f...

9 years ago | 0 answers | 0

0

answers

Question


Combinations that give a specific number
I have a vector of numbers A=[5384 87648 266235 123701 79553 79037 24999 386311 108999 194543 167064 88139 0 2...

9 years ago | 2 answers | 2

2

answers