Community Profile

photo

Adam


Imperial College London

2014 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


Vectorizing nested for loops
How do I vectorize these for loops? I am looking for the fastest implementation. Thank you! My current implementation is ...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Can I avoid this broadcast variable?
Hello, I had two nested for loops that I would like to parallelise. It looked like this for k = 1:size(S,2) for j = 1:le...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Relabel data points to remove gaps
Hello, I have an array of data points, which looks like this when sorted into ascending order. x = [ 18 23 30 54 54 98]; ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Efficient way to find mirror entries
Hello, I have a matrix A with N rows. Any arbitrary row i=1,...,N looks like [a b xi], where a,b are positive integers. ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


indexing within parfor loop
Dear All, I am having troubles with setting up the following parfor loop. Basically, I have two variables T and tau and ...

約6年 前 | 2 件の回答 | 0

2

回答

質問


videowriter error: 'The specified profile is not valid.'
Hello, I am trying to create a video in Matlab from a time series of plots. On my Mac OSX running Matlab 2016b system th...

6年以上 前 | 0 件の回答 | 2

0

回答

質問


elapsed time in parfor
I'm running a parameter optimisation routine, which involved running an ODE model (ode15s) with a range of parameters sampled fr...

9年以上 前 | 1 件の回答 | 0

1

回答