photo

Conal Doyle


State Street Global Markets International Ltd

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
69 413
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 335

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Using 'If statements' and 'for loops', my matrix isn't populating properly!
jumps = zeros(10,5); for i = 1:10 for j = 1:5 if top_currencies_vol_change(i,j) < 0.75 jumps(i,j) ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Reducing the time is takes to calculate a large 3D matrix?
I'm trying to populate a 3d matrix with profit and loss values for cells defined ccs, cp and woy which are unique entries of my ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Using the same Colors for a Bar and a Plot graph?
figure hold all subplot(2,2,1:2) bar(PnL_Major); title ('Evolution of PnL for Major pairs week by week'); xlabel(...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


Plotting different line colors within subplots avoiding duplicate colors?
subplot(2,2,3) plot(Volume_Major,'LineWidth',2,'color',C); title ('Evolution of Volume week by week'); xlabel('Time'); ...

plus de 12 ans il y a | 3 réponses | 0

3

réponses