photo

Alessandro Maria Marco


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
2 回答

ランク
276,148
of 300,853

評判
0

コントリビューション
11 質問
2 回答

回答採用率
81.82%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Speed up nested loops with parfor
I'm trying to speed up this part of code. I have a constraint: the inputs of ReturnFn must all be scalars. If it was not for thi...

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

0

回答

回答済み
Vectorize nested loops for performance
I managed to vectorize the code but the vectorized code is faster than the loops only if the number of points on the grid is sma...

1年以上 前 | 0

| 採用済み

質問


Vectorize nested loops for performance
I have to solve a dynamic programming problem with a finite horizon and I am trying to vectorize as much as possible for speed. ...

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

1

回答

質問


fsolve with bound constraints - transformation method
I would like to solve a system of nonlinear equations with bound constraints, i.e. lb<=x<=ub. Matlab suggests to convert the pro...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


Cubic interpolation coefficients and basis matrix
Suppose I have n data points (x(i),y(i)) with i=1,..,n. I want to compute a cubic interpolant that fits exactly these points (in...

2年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Speed up code by eliminating loop
The vectorized code after eliminating the loop over d is the following. Choose either 'loops' or 'vec' at the beginning of the s...

約2年 前 | 0

| 採用済み

質問


Speed up code by eliminating loop
Dear all, I have to do a maximization of a 3-D array V(e,b,d) over the first-dimension, obtaining something that I call e_opt w...

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

2

回答

質問


Compute linear interpolant in pp form and find derivative
I would like to compute a linear interpolant in pp-form and then use the function fnder to compute its derivative. [The reason t...

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

1

回答

質問


Bilinear interpolation faster than interp2?
I am doing bilinear intepolation and I am looking for a function that is faster than interp2 or griddedinterpolant. I have found...

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

1

回答

質問


Unpack structure, only some fields
Suppose I have the structure par with fields par.a=3.5; par.b=[4;1.2]; par.c='ale'; I want to create variables b and c such...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


Parallelize nested loops with parfor
I'm trying to speed up the simulation of some panel data. I have to simulate first over individuals (for ii from 1 to N) and the...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


parfor nested loop ind2sub
I have three nested loops and I would like to parallelize all of them using parfor. I know that it is not possible to nest a par...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Speed up vectorized code automatic expansion logical indexing
I have to compute the maximum of a 2-dimensional array repeatedly in a nested loop and I am trying to speed up the code, also us...

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

1

回答