Community Profile

photo

BdS


Last seen: casi 3 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 3
  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


Open rows corresponding to a specific value of a big csv file.
Hi there, I have got a big csv file to open (~7GB). The first column with variablename 'Datenstand' has got rows with 3 uniqu...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Reopen a figure saved in a struct
Hi there I have got many figures saved in the workspace as a struct: PGRet(5).(cell2mat(UniverseName))=figure(1) How can I o...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Show Values on bar graph; above bar when positive values, below bar when positive values
Hi, with the code below I built a bar graph and inserted the values on each bar. xtips2 = b(1).XEndPoints; ytips2 = b(1).Y...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to ignore NaN values in price2ret
Hi, Is there any efficient code to get from vector [99;NaN;100;102] the following result: [NaN;NaN;0.01010101;0.02] using the ...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Create Bar Charts with different bar colours with a legend
Hi, I would like to create a bar chart (not stacked) with different colour for each bar. But it should also include a legend (i...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Create Bar Charts with different number of groups for each iteration.
Hi, I would like to create for each iteration a bar chart. However, the number of groups changes by each iteration and I do not...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Download Data from Bloomberg Anywhere
Hi matlab help desk I am working at Homeoffice. On my laptop I have got Matlab. I would like to download data from bloomberg to...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
Removing all non NaN Values to a new matrix.
This is the function I would like to use https://www.mathworks.com/matlabcentral/fileexchange/32327-winsorising-data

alrededor de 4 años hace | 0

Respondida
Removing all non NaN Values to a new matrix.
I would like to apply the function winsorising on the elements with values only. The function winsorising accounts unfortunatell...

alrededor de 4 años hace | 0

Pregunta


Removing all non NaN Values to a new matrix.
Hi, I have got a 261x3733 double array temp with numbers and NaN. I would like to get in matrix a only the nonnan values. Cond...

alrededor de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to efficiently winsorize a big matrix column wise.
Hi, I am looking for an efficient winsorization function / code. Matlab has been running the code below since 24h and it is not...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


fixedEffects regression without intercept
Hi, I would like to compute the coefficients of a fixedEffects regression. Is it possible to estimate the cofficients withou...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Insert value for the last day of the year
Hi, enclosed you will find a 1044x1 datetime vector (weekly data). I would like to create a logical vector containing 1 for th...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Warning when opening a mat file
Hi, I have got a rather big mat file (870.04 MB) which I would like to open. I get the following worning: Warning: Variable...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to restore a deleted mat file?
Hi I accidently deleted a mat file. Is it possible to restore it? thank you in advance for your ansers.

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unique rows of 2 cells with 2 columns each.
Hi I have got 2 cells with 2 columns each: IdxMembers(1636x2) IdxMembers2(1630x2) I am looking of the unique values of each ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Transfer variables within function with different properties.
Hi, I wrote the following class code: classdef Copy_of_getPortRawData properties PortMembers Port...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Downloading data from bloomberg with object oriented programming.
Hi I would like to download Portfolio data from Bloomberg. Unfortunatelly, I get an error message: %%%%%%% Undefined functi...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Change order of columns in a matrix.
Hi there, I have got a 17x265 doube matrix with name weights. Each row has a sum of 100. I changed the order of columns with ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
Bloomberg Connection / Date Format
The code is big and linked with other formulas. One needs Bloomberg connection The prices are in matlab stored. Excel was just...

más de 4 años hace | 0

Pregunta


Bloomberg Connection / Date Format
Hi there, According to Bloomberg, when using the history (BDH) function in Excel, one gets different prices depending which tim...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mapping 2 matrices with different number of columns.
Hi, I've got the following 2 matrices and 1 vector UniqFXRates 30x11 double (11 FX rates for 30 data points) InstrFXRates 30x...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


"Go to" alternative
Hi I have got the following. But it does not do what I what: for f=1:4 for S=[3,4,7,11] Pf1(:,S)=Pf1BM1.allocati...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Delete rows in cell arrays
Hi, Have have got the following cell array: How can I delete the first row of the cell and add to each element in the first ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find the earliest common date and indicator of two date vectors.
Hi, I have got two date vectors: a=[28.02.2019;01.03.2019;04.03.2019;...] and b=[01.03.2019;04.03.2019;...] How to find the ea...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Multiplication of 2 3d matrices
Hi, I have got 2 3d matrices: NormClassRetPf(dates,factors,classes) and TotWeightsPf(dates,factors,classes). nDates=51 nFacto...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Assignment with 0 - Alternative
Hi everybody, I have got the following code: PortMembers=369x1 cell with ISINS GlData.instrISIN(:,1) = 1640x1 cell with ISIS ...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Logicals with empty double column vectors
Hi I have got this code: a=Pf_ID; %--> 5x1cell b=magic(5); c=find(cellfun(@isempty,a)); ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Dynamic struct names with strings.
Hi I have got a 4x1 cell (named= RankFileNames) with the following chars '0_1_workspace_20190410.mat' '0_2_workspace_20190228...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Code that makes matlab jumping loops without fininishing the remaining iterations.
Thank you for your answer. I wasn't clear. Here is the procedure I woul like: 1) First iteration r 2) First iteration d, exce...

alrededor de 5 años hace | 0

Cargar más