how to generate a complex matrix of different rows and column?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
A = rand(M) * 5;
B = rand(k) * -8;
z = complex(A,B);
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Wireless Communications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!