how to generate a complex matrix of different rows and column?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
VISHALI V
am 30 Jan. 2018
Bearbeitet: James Tursa
am 30 Jan. 2018
A = rand(M) * 5;
B = rand(k) * -8;
z = complex(A,B);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Wireless Communications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!