how to convert two demensional array into one demensional array
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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 ????
Risposte (1)
KSSV
il 4 Apr 2017
R = rand(10,1) ;
I = rand(10,1) ;
C = R+1i*I
1 Commento
harinder kaur
il 5 Apr 2017
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!