photo

Ryan Potter


Last seen: 6 months ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
20,067
of 297,527

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Genetic Algorithm and Non-Linear Constraint Solver in Series and Parallel
Hi, I am conducting an optimisation with bound, mixed integer and non-linear constraints with the genetic algorithm solver. My ...

5 years ago | 0 answers | 0

0

answers

Question


How can I properly pass excel objects to functions?
I am accessing an excel sheet from MATLAB to read in some data, do some processing and edit the sheet. I had an original approac...

5 years ago | 0 answers | 0

0

answers

Question


Is there any difference in using custom plotFcn and custom outputFcn with the genetic algorithm?
I am running an optimisation that requires both custom outputFcn and custom plotFcn. However, the requirement for the custom plo...

5 years ago | 0 answers | 0

0

answers

Question


Share information between objective and constraint function with genetic algorithm
Hi, I am using the genetic algorithm solver to minimise a function with non-linear constraints and mixed-integer variables. My ...

6 years ago | 0 answers | 1

0

answers

Question


How can I access the elements of one array with another array?
I'd like to assign elements to an array in the following manner: a = zeros(2,2,2); ix=1; iy=1; b = [1,1]; a([ix,iy],:) = b(...

6 years ago | 3 answers | 0

3

answers