photo

ShravanKumar Shivappa Masalvad


Last seen: etwa 4 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
199.618
of 300.338

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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; ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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; %...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort