Question


Function evaluation control in genetic algorithm
How can I control the evaluation of the function in the global optimization toolbox (genetic algorithm (ga))? I need to export t...

4 years ago | 0 answers | 0

0

answers

Question


Print population using the Genetic algorithm (ga) function
How can I print the population in each iteration when I use the genetic algorithm package for optimization. Thanks in advance.

4 years ago | 1 answer | 0

1

answer

Question


How to match two arrays in Matlab
Hi, I want to know if it is possible to match the values of an array (cell by cell) A (:, 1) with an array B (:, 2) so that when...

4 years ago | 2 answers | 0

2

answers

Question


Storing data in an array from a for loop
Hi, I want to store the array (generations) obtained in each cycle for (95 arrays). With the following code I only get the arran...

4 years ago | 1 answer | 0

1

answer

Question


Open multiple files in Matlab
Hi everyone, I have multiple files that I want to open using fopen. The files have a similar pattern, I have tried to use a for ...

4 years ago | 1 answer | 0

1

answer

Question


Error executing shell-script commands in Matlab
I am trying to run a .sh file in matlab and I get errors of which I have no idea. I am using the system command as follows: sy...

4 years ago | 0 answers | 1

0

answers

Answered
How to run matlab function in Linux command line?
Hi, matlab is the executable once the software is installed on Linux. Check this link where you can check the available startup ...

4 years ago | 0

| accepted

Question


Read data in Matlab
Hi, how can I read and plot data from a file in Matlab. I have the following data format: # Axial 0.26889788E+11 0.89731269E...

4 years ago | 1 answer | 0

1

answer