Conal Doyle
State Street Global Markets International Ltd
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 3 个回答 | 0