Jingyu Liu - MATLAB Central
photo

Jingyu Liu


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/21 to 04/25Use left and right arrows to move selectionFrom 12/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
159,242
of 297,972

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,514

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to write a for loop with d indexes
I am writing a for loop such like for i_1 = 1:n_1 for i_2 = 1:n_2 ... for i_d = 1:n_d ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a 3 * 3 * 1 array using ones or zeros?
The help of ones or zeros tell us "If any trailing dimensions greater than 2 have a size of 1, then the output, X, does not incl...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to run matlab code in the server background?
Take the following matlab code for an example. How to run it in the server background? I tried nohup test.m & but failed. % tes...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to solve MINLP via problom-based optimization
I have an optimization problem which is a MINLP (mixed integer nonlinear programming). I tried to solve it via problem-based opt...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can I using fmincon on both vector variables and matrix variables
I have a optimization problem with two variables: is a vector and is a matrix. I want to solving it by fmincon. My question is...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Integral a function handle of two variables with respect to a variable
f = @(x, y) x+y; g = @(x) integral(@(y) f(x,y),0,1) t = (0:0.1:1); g(t) It is wrong! How can I get the expected result?

3 years 前 | 1 个回答 | 0

1

个回答