photo

Ahmadreza Torabi


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Extracting only real numbers from a vector containing both real and complex values
Hello You can use something like this: A = [1 2 7+i 3 8+i 4 9+i 5 6]; m = 1; n = length(A); for k = 1:n if isreal(A(k)...

oltre 2 anni fa | 0