photo

CJ


Last seen: 2 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
251,663
of 300,429

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Parallel in fmincon: getappdata & indexing problem
I want to parallelize the finite differences calculations of fmincon. Doing that gives an error and I've isolated the two causes...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Fastest way to create matrix of interactions many times
I have this code, where I have 8 columns in my matrix of regressors X (36 unique interactions): interactions=zeros(size(X,1...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Inevitable broadcast variable in parfor?
I have a parfor loop where I want to get chunks of a matrix: For example, below I want the loop to run on 3 parts [indexed b...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Get argument values using an output function when Objective returns NaN
I'm using fmincon to minimize a function with arguments X. I get the message on a given iteration and the code continues: "O...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Fastest methods to solve nonlinear systems MANY times
I have an unconstrained nonlinear system of 1000 equations & 1000 variables. There are also parameters in the system: F(x,p...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Manual Newton's method faster than fsolve with jacobian for a nonlinear system
I have a system of 100 nonlinear equations with 100 variables. * I use fsolve (giving it the analytical Jacobian) and it ta...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Parallel computing memory allocation
I am running code on an HPCC. I have a very large loop so I am trying to split it up. The problem is that I seem to have to give...

8 years 前 | 1 个回答 | 0

1

个回答