photo

ilyada


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
27,166
of 297,457

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can I use Cplex solver with the Online Matlab?
Hello, I need to use cplex with Matlab. I download 2017b version but cannot install (it says cannot create output file setup etc...

7 years 前 | 0 个回答 | 2

0

个回答

提问


Should I use tic and toc or something else?
I have an optimization problem and two different methods to solve them. I want to compare these two methods in point of time ( w...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I define these on matlab?
I have a math function like f(x)=(x-4)* (x-6)^3 * (x-1)^2 and I define it like this; f= @(x) (x-4)*(x-6)^3*(x-1)^2; ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I write Golden Section Search for a math equation?
How can I use golden section search for functions like this one? f(x)=(x-4)(x-6)^3(x-2)^2

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I write this problem in matlab? What function should I use?
There are 4 trucks that deliver milk to 5 different customers. Each truck's daily operation cost and capacity info are in the ta...

7 years 前 | 0 个回答 | 0

0

个回答