![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18690122_1591264286369_DEF.jpg)
ShravanKumar Shivappa Masalvad
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Optimize the weekly delay
clc; clear all; close all; a=xlsread('C:\Users\Admin\Desktop\ArcSWAT_Install\26092021\Sir_RLR\RLR.xlsx'); car=a(:,2); week_de...
3年以上 前 | 0 件の回答 | 0
0
回答質問
Index in position 2 exceeds array bounds (must not exceed 2). Error in fun1 (line 5)
%%Minimze function out =fun1(x) A1=x(:,1) A2=x(:,2) A3=x(:,3) %%Let's write the objective fucntion fx=8.*A1+10.*A2+2.*A3; ...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Index in position 2 exceeds array bounds (must not exceed 2)
format short clear all clc %% INITIALIZING THE PARAMETERS fun=@fun3bar; N=300; D=2; lb=[0 0]; ub=[1 1]; itermax=100; %...
3年以上 前 | 1 件の回答 | 0