Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him
MATLAB
Spoken Languages:
English
Pronouns:
He/him
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...
거의 3년 전 | 답변 수: 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...
거의 5년 전 | 답변 수: 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...
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...
거의 7년 전 | 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...
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...
거의 7년 전 | 0
답변 있음
how to write a nested for loop to run simulink based models for n number of iterations of gain values ?
Can you give more details?
how to write a nested for loop to run simulink based models for n number of iterations of gain values ?
Can you give more details?
거의 7년 전 | 0
답변 있음
State Space modelling from an ODE
Hey You can follow this mathematical changement using your example,
State Space modelling from an ODE
Hey You can follow this mathematical changement using your example,
거의 7년 전 | 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
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
대략 7년 전 | 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....
대략 7년 전 | 답변 수: 1 | 0

