photo

Junho Kweon


Last seen: 1 year 前 自 2018 起处于活动状态

Followers: 0   Following: 0

Doctoral student in Electrical Engineering at Penn State

Spoken Languages:
English

统计学

All
MATLAB Answers

3 个提问
1 个回答

Cody

0 个问题
26 个答案

排名
182,454
of 299,891

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,831

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
13,314
of 166,464

贡献数
0 个问题
26 个答案

评分
414

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Promoter
  • Community Group Solver
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
chol() gives error for a (barely) positive definite matrix.
There is quite well-developed code nearestSPD, which can solve the minor round-off error as @Christine Tobler mentioned. The cod...

2 years 前 | 0

提问


How can I derive inverse of the matrix with infinite determinant?
Hi guys, there is a matrix A which has finite dimension and finite-valued elements. However, because of its large size and valu...

3 years 前 | 4 个回答 | 0

4

个回答

提问


How can I convert a function with multivariable input to a function with single vector input?
Hi, I want to use fmincon, and fmincon can deal with only function with single vector input. When my formula is as below, it wo...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to take a part of matrix, which is function result?
My code is like this. A = [1 2; 3 4]; B = sum(A) % I want to use fft or other functions rather than 'sum' x = B(1) ...

7 years 前 | 1 个回答 | 0

1

个回答