photo

ShravanKumar Shivappa Masalvad


Last seen: 대략 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
199,618
of 300,338

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

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

대략 4년 전 | 답변 수: 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; ...

대략 4년 전 | 답변 수: 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; %...

대략 4년 전 | 답변 수: 1 | 0

1

답변