Community Profile

photo

djedoui Nassim


Biskra university

Last seen: 2 months ago Active since 2018

Followers: 0   Following: 0

Message

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

Statistics

  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Answered
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 ago | 0

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

5 years ago | 1

Answered
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 ago | 0

| accepted

Question


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 ago | 1 answer | 0

1

answer