photo

Conal Doyle


State Street Global Markets International Ltd

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
277,369
of 297,527

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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) ...

11 years ago | 1 answer | 0

1

answer

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 ...

11 years ago | 1 answer | 0

1

answer

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(...

11 years ago | 0 answers | 0

0

answers

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'); ...

11 years ago | 3 answers | 0

3

answers