how to generate a complex matrix of different rows and column?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
VISHALI V
el 30 de En. de 2018
Editada: James Tursa
el 30 de En. de 2018
A = rand(M) * 5;
B = rand(k) * -8;
z = complex(A,B);
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Wireless Communications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!