how to convert two demensional array into one demensional array
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
hi z1(p,q),it gives real part of the program and z2(p,q),it gives imaginary part of the program , means [z1(p,q)+iota z2(p,q)] form but i want to convert real and imaginary two demensional array into one demensional array like z(w) how ????
Réponses (1)
KSSV
le 4 Avr 2017
R = rand(10,1) ;
I = rand(10,1) ;
C = R+1i*I
1 commentaire
harinder kaur
le 5 Avr 2017
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!