photo

Muhammad Hafiz


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Review
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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 :)

mehr als 6 Jahre vor | 0

Frage


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

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten