photo

Hamzah Faraj


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
2 Réponses

RANG
110 980
of 300 756

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 077

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 890

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


multi-objective optimisation using GA
Hello everyone, I've been trying to find the minimum point that minimise a cost function using multi-objective ga method I hav...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


Optimiser returns strange values
Hello, I have been trying to minimse a function using the genatic algorithms (GA). When I run the optimizer, it returns stra...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to convert all vector elemens into zeros but not the maximum and the minimum of it?
Hey How to turn v into zeros and just keep the maximum and the minimum alement? % Generate v n=[1,5]; v=unifrnd(-1, 5, n); ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to create a vector with for loop?
Hello, I am trying to devide the values between a vector elements by 0.1. Assume x = [1,4,-1,5,0,-2]. I want to create a vecto...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


help with emplementing a function
Hello, Can someone help me with implementing the attached function please. I am trying to minimise the function using gene...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve this problem of integeral?
Can anypody help with this piece of code? The problem is with the use of the integeral function %----------------------------...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Generate values with constrains
idxr = randi(length(a),1,10); %// create the first batch of numbers idx = diff(idxr)==0; %// logical array, where 1s denote rep...

plus de 5 ans il y a | 0

| A accepté

Question


solving a for loop error
Hello, I want to generate set of temperatures (V)s with the function below, when I run the code it returns error as there is n...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Selection with no direct repeatition
idxr = randi(length(a),1,10); %// create the first batch of numbers idx = diff(idxr)==0; %// logical array, where 1s denote rep...

plus de 5 ans il y a | 0

| A accepté

Question


Selection with no direct repeatition
Hello everyone, I want to create 10 vectors with the following conditions: Element number (i) is not equal to element number...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Generate values with constrains
Hello, I am new to matlab and I would like to generate several temperatures (V)s to cover a time duration (Tmax). Vmin <= V <=...

plus de 5 ans il y a | 3 réponses | 0

3

réponses

Question


Creating a for loop with coditions
Hello, There are 2 heaters with modes on (m1: heter1 , m2 for heter2) and mode off (m0) and I want to keep the temperature in...

plus de 5 ans il y a | 1 réponse | 0

0

réponse