photo

xu


Last seen: 2年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
128,350
of 301,159

評判
0

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,182

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,105

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


Two ways to solve the minimum, the results vary greatly, how to compare which is good?
clear clc % Define the objective function fun = @(x) -x(4); % Define the inequality constraints A = [0.0365, -0.18, 0, -1.3...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Optimization not working because fitness function must be a function handle
% Define the objective functions objFun1 = @(x) -0.0365*x(1) + 0.18*x(2) - 0.389; % F(1) objFun2 = @(x) 0.0435*x(1) - 0.266*x(...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Solving the Maximum and Minimum Problems of Multivariate Functions
max y and min y y=0.0435*x1-0.266*x2+4.2*x3+0.019*x1*x2-0.3 x1*x3-0.2485 10<x1<20, 0<x2<5, 30<x3<35

2年以上 前 | 1 件の回答 | 0

1

回答

質問


maximization problem , linprog optimization
Hello, I'm trying to solve this maximization problem with matlab.

3年弱 前 | 1 件の回答 | 0

1

回答