photo

Hamzah Faraj


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
2 답변

순위
113,611
of 300,780

평판
0

참여
10 질문
2 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,018

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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); ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 %----------------------------...

5년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

5년 초과 전 | 0

| 수락됨

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

5년 초과 전 | 0

| 수락됨

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 <=...

5년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변