photo

andrea84


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

5 Questions
1 Answer

Cody

1 Problem
755 Solutions

RANK
211,729
of 300,618

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
197
of 169,839

CONTRIBUTIONS
1 Problem
755 Solutions

SCORE
7,105

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Quiz Master
  • CUP Challenge Master
  • Scholar
  • ASEE Challenge Master
  • Tiles Challenge Master
  • Speed Demon
  • Creator
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
How to establish all possible combinations of 4 variables out of 6 ?
I believe you need something like this : v=[var1 var2 var3 var4 var5 var6]; combinations=nchoosek(v,4)

12 years ago | 0

Question


Saving intermediate population during GA
I need some help to find out a way to store the information related to every generation of the GA (both the variable and the ...

12 years ago | 2 answers | 0

2

answers

Question


both real and integer variables ga optimization
How can i perform an optimization with the gamultiobj function using both real and integer variables ?

13 years ago | 2 answers | 0

2

answers

Question


how to costrain variables for ga optimization
Hello, I'm perfoming an optimization using the gamultiobj but I'm not able to force my variables to follow the inequalityies : ...

13 years ago | 1 answer | 0

1

answer

Question


help with numerical integration
I have the x and y coordinate of the points belonging to a curve and I am not able to figure out how to solve this two integrals...

13 years ago | 0 answers | 0

0

answers

Question


Closed spline fit of airfoil coordinates
Hi, I'm working on airfoil coordinates and trying to fit the data point to a single closed curve but now i need some help to ex...

13 years ago | 1 answer | 0

1

answer