adarsh - MATLAB Central
photo

adarsh


UPES

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

Followers: 0   Following: 0

assistant professor (Phd in pipeline engineering )
Professional Interests: pipeline network

統計

MATLAB AnswersFrom 01/18 to 03/25Use left and right arrows to move selectionFrom 01/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
0 回答

ランク
262,047
of 297,672

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


kindly help in debugging the following code for optimization
function [ f, g ] = problem_function( x ) D1=x(1);D2=x(2);D3=x(3);D4=x(4);D5=x(5);P1=x(6);P2=x(7);P3=x(8);P4=x(9);P5=x(10);V1=x...

約7年 前 | 2 件の回答 | 0

2

回答

質問


HELP REQUIRED IN PROGRAMMING
if i want to give; d1,d2,d3......d90 all having value as 2 i.e; d1,d2,d3....d90=2 P1,P2,P3......P50 all having value as 18 i.e...

約7年 前 | 2 件の回答 | 0

2

回答

質問


writing lower and upper bound in genetic algorithm
I have 200 number of variables, each having lower and upper bound first 50 variables are for pressure (all having lower and upp...

約7年 前 | 1 件の回答 | 0

1

回答

質問


wanted help in matlab code
I have: d1=k(1); d2=k(2);d3=k(3)...............d190=k(190); then p1=k(191);p2=k(192);p3=k(193)..................p220=...

約7年 前 | 1 件の回答 | 0

1

回答

質問


kindly help in checking the bug in the develped code using Genetic Algorithm
Dear Friends, can anyone help in checking up the bugs in the attached file. Genetic Algorithm has been used here for optimiza...

約7年 前 | 0 件の回答 | 0

0

回答

質問


problem in optimization using Genetic algorithm
Dear friends, I am trying to minimize a function using Genetic Algorithm. 1. But as per the attached snapshot as the number of...

約7年 前 | 1 件の回答 | 0

1

回答

質問


hello guys, can anyone help in solving the attcahed problem in pdf file using Genetic algorithm. Thanks in advance
I want to solve the minimization problem attached in the pdf file using Genetic algorithm. Can anyone help. Thanks in advance

約7年 前 | 0 件の回答 | 0

0

回答

質問


Hello guys, please help me to solve the below mentioned prograame. it is not running
D1=2; D2=3; D3=5; Q1=4; Q2=5; Q3=6; V1=4*Q1/(3.14*D1^2); V2=4*Q2/(3.14*D2^2); V3=4*Q3/(3.14*D3^2); ...

約7年 前 | 2 件の回答 | 0

2

回答

質問


if and for loop
How to write a program for the following statements: Cpv=0 if vi is less than equal to 10 15 Cpv=(1/15)∑(Vi...

約7年 前 | 1 件の回答 | 0

1

回答

質問


how to do product summation
L1=1;L2=2; L3=3; D1=2;D2=3; D3=5; Then how will i do C=(L1*D1)+(L2*D2)+(L3*D3) in MATLAB using programming (similarl...

約7年 前 | 1 件の回答 | 0

1

回答