photo

djedoui Nassim


Biskra university

Last seen: 6 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

统计学

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to define a step in the design interval using an optimization algorithm?
Hello experts This question is shared with one of my research team. We are dealing with an optimization problem in which the a...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Initial population in genetic algorithm
Hello I am trying to use GA and other algorithms to minimize my problem. For a faire comparison, the initial population will be...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I create a table of each iteration from my while loop?
Hello you can do so v0=35.35; c=13.45; m=67.5; g=9.81; t=4; %vf=0; iteraton=0; while iteraton<8 iteraton=t+itera...

5 years 前 | 0

已回答
HOW to get Data From Workspace to matlab m fie
i understand that you want tosave the variable in M file, if yes you can follow this command. this command will save the q1 vari...

5 years 前 | 0

已回答
State Space modelling from an ODE
Hey You can follow this mathematical changement using your example,

5 years 前 | 1

已回答
Why i receive this warning : Warning: Variable 'needed' exists in base workspace or data dictionary but not in the model's source workspace.
The solution is to use the output variables from the function 2 as global, and the problem is solved

5 years 前 | 0

| 已接受

提问


Why i receive this warning : Warning: Variable 'needed' exists in base workspace or data dictionary but not in the model's source workspace.
I want to run an optimization problem using GA, the optimization will be runned for multiple cases of study using For statement....

5 years 前 | 1 个回答 | 0

1

个回答