photo

Sherif Shokry


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
1 个回答

排名
156,773
of 300,857

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to stop the loop once store the 1st value of a variable?
Dear all, In my code, I need to break the code after recording the 1st value once the condition satisfied. However, when I exec...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Use (linprog) to formulate this objective function?
y1 = sum(a1+b(1)+c1-d1+(n1/S)); y2 = sum(a1+b(1)+c1-d2+(n2/S)); y3 = sum(a1+b(1)+c1-d3+(n3/S)); y4 = sum(a1+b(1)+c1-d...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to optimize two optimization variables within the same objective function?
I need to optimize (two optimization variables) as follow f(x) min (X+Y) s.t (n,m) y1 = sum(a1+n+c1-d1+(n1/S)); ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to formulate a fitness function cosists of sum of different variables?
In this fitness function I couldn't run the code. It don't know the appropriate way to formulate it. function y= fitness(b...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Error: Undefined function or variable [even if I defined the same variable on previous line]
While I'm running the coming code, I got this error "Undefined function or variable 'ExGr_ME_1'." if (~isempty(ExGr38) || ~i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the position of an element in a cell array which corrospond to the same position in other different cell??
If the 1st Pic is (veh_linlanes), each row has the exact lane of each vehicle on the traffic network in each time step. While Th...

8 years 前 | 0 个回答 | 0

0

个回答

提问


What is the appropriate way to optimize this fitness function Z=min (2X+Y)?
X= sum (a1+b1+c1-d1+(N1/S)), b1 subject to (0,upper limit) Y= sum (a2+b2+c2-d2+(N2/S)), b2 subject to (0,upper limit)

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to use Genetic Algorithm (GA) for multi-objective function (Dynamic Optimization)?
I need to optimize this multiobjective function using GA: Z=min(2X+Y); X= sum (a1+b1+c1-d1+(N1/S)) Y= sum (a2+b2+c2-d...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to match different cell arrays of different sizes with one cell array of another different size?
I have different cell arrays with different sizes 1×3 and 1×2: line38 = {'38-1', '38-2', '38-3'}; line60 = {'60-1',...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Arithmetic division for cell array
<</matlabcentral/answers/uploaded_files/99093/MATLAB%20Cell%20array.jpg>>

8 years 前 | 0

提问


Arithmetic division for cell array
I have 2 cell arrays (same dimensions). How can I divide only the variables in the 2nd array in the 1st cell array over the 2nd...

8 years 前 | 2 个回答 | 0

2

个回答