Community Profile

photo

Muhammad Hafiz


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


How to divide this array problem ?
for example : data = [6 7 5 3 4 1 2] dataA = [6 7 3 1] dataB = [6 5 4 2] please I little bit...

6 years ago | 1 answer | 0

1

answer

Question


How to divide this data ?
I have this data : rank = [18 9 15 17 2 10 13 14 20 5 11 7 8 6 4 19 3 16 1 12 21] I want to divide data like this rank ...

6 years ago | 1 answer | 0

1

answer

Answered
How to select one of the array and change the array data selected with another value ?
Thank you for answer my question, both of you answer the correctly :)

6 years ago | 0

Question


How to select one of the array and change the array data selected with another value ?
example : datasample [83 84 82 81 82 86 81 85 87 *88*]; if datasample > 87 datasample = ...

6 years ago | 3 answers | 0

3

answers

Question


Help PSO varian code
Dear Can you please direct me to the MATLAB code for GPSO, LPSO, VPSO,FIPS,HPSO-TVAC, DMS-PSO and CLPSO . If you have such codes...

6 years ago | 1 answer | 0

1

answer

Question


Can anyone help me to change this if else looping into for looping ?
maxit = 1000; wmax = 1.2; wmin = 0.4; for it=1:maxit if it <= 75 w = wmax+(-1*(wmax-wmin)*it/75); ...

6 years ago | 1 answer | 0

1

answer

Question


how to sort this looping ?
anyone can help me to short this looping ? because when I want to change setting it's take to long :( clc; clear; wmin = ...

6 years ago | 1 answer | 0

1

answer

Question


Can anyone help me ?
I have a problem with my code, can you find a solution for this code? I want to take one of the Position and Cost From Dance....

6 years ago | 1 answer | 0

1

answer

Question


How to compare 2 matrix ?
I want to compare 2 matrix like this. for example first matrix I have 20 data and second matrix I have 100 data. can anyone he...

6 years ago | 1 answer | 0

1

answer

Question


How to remove zero value in my column ?
this is my data ,,, how can I delete the zero value :( <</matlabcentral/answers/uploaded_files/92330/problem%20(1).png>> ...

6 years ago | 1 answer | 0

1

answer

Question


how do I solve gradient f(x,y) with range (-5>x,y>5)
f(x,y) = (7 / ((x-2)^2 + (y-2)^2+1)+ 6 / ((x-2)^2 + (y+2)^2+1)+ 5/((x+2)^2 + (y-2)^2+1) please help me to learn

7 years ago | 0 answers | 0

0

answers