提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 1

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 2

2

个回答