photo

risky amalia


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
110,822
of 300,779

評判
0

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

回答採用率
30.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


optimization using genetic algorithm
i have 4 variables to optimize in GA which each have Upper Bound 100% and Lower Bound 0%. i need the result didn't exceed 100% w...

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

1

回答

質問


Error using / matrix dimensions must agree
for i=1:M Prob(i) = Datfit(i)/sumfitness; end halo. here's my code. i want to know the solution bcs there's always error

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

1

回答

質問


how can i plot this code into a banana solutiongraph?
options = optimoptions(@fminunc,'Display','iter','Algorithm','quasi-newton'); [x,fval,exitflag,output] = fminunc(fun,x0,optio...

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

1

回答

質問


convert codes into matlab R2015b
close all; clear; clc; %menentukan opsi optimisasi options = optimoptions(@fminunc,'Display','iter','Algorithm','quasi-newton'...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


I think my code has right, but still see warning
sfprint('Initial Objective Function Value: %d\n\n',subs(f,[X,Y], [x(1),y(1)])); if (norm(J) < e) sfprint('Minimum succesfu...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


how to plot into quadratic graph?
f = @(x,y) 100*(Y-X^2)^2+(1-X)^2

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

1

回答

質問


running took very long time for this coding . why so? am I write a wrong function?
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = 100*((Y-X^2)^2+(1-X))^2; % Initial G...

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

1

回答

質問


DFP Quasi-Newton for Quadratic Function
i tried multiple times with the tutorial from mathwork about quasi-newton but always failed, maybe my Matlab R2015b is not match...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


What should I do? In an assignment A(:) = B, the number of elements in A and B must be the same.
%%it says that error is in the x(i+1) and y(i+1) while norm(J) > e I = [x(i),y(i)]'; syms h; % Step size g = ...

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

1

回答

質問


Error: Function definitions are not permitted in this context
Hi, i tried multiple times to change the function inside a script, but it kept fail eventhough i follow all the instructions and...

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

1

回答