photo

Thalassia Nouni


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
237,471
of 301,237

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,206

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,580

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Numerical Optimization: Write a numerical objective function
I have to minimize a numerical objective function of the form: min Σ(x(i+1)-x(i))^2, i=1..10 and x(i) are the variables to b...

7 years 前 | 1 个回答 | 0

1

个回答

提问


fmincon: how should x0 be specified
I want to minimize a multivariable uncontstrained function with lower and upper bounds. I don't have any information or idea how...

7 years 前 | 1 个回答 | 0

1

个回答

提问


fmincon requires only double
I want to use fmincon to minimize a function. Then Matlab returns that fmincon requires only double inputs. Even thought I trans...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to use numerical fmincon
I have the following objective function t = 0:0.01:1; v = 3.*t; objective =@(t) (1 - b).*( a1.*v + a2.*v.^2); %where a1,a2 gi...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Print the power of a vehicle with time array entries
tThe time interval I am using is set as t = 0:0.01:3 And I want to calculate the Power of vehicle, which is a time function: ...

7 years 前 | 2 个回答 | 0

2

个回答