photo

Victor Hugo Cantú


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
20 个答案

排名
173,846
of 299,837

声誉
0

贡献数
2 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
24,612
of 166,201

贡献数
0 个问题
20 个答案

评分
210

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Mutliobjective optimization with linprogr
I'm trying to solve a linear programming with two objectives. For one objective the code works pretty good using "linprog". Fo...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Fsolve function with values read from the workspace
A = 1; B = 2; p1 = 2; p2 = 1; guess = [2 3]; % x(1) = x; x(2) = y; x = fsolve(@(x) trial(x,A,B,p1,p2), guess) function F =...

6 years 前 | 0

提问


assign values to a matrix without a loop
I want to access to some elements of a matrix. I have a matrix P : P = [1 2 3 4 5 6 7 8 2 ...

6 years 前 | 1 个回答 | 0

1

个回答