how to convert two demensional array into one demensional array
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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 ????
Antworten (1)
KSSV
am 4 Apr. 2017
R = rand(10,1) ;
I = rand(10,1) ;
C = R+1i*I
1 Kommentar
harinder kaur
am 5 Apr. 2017
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!