how to generate a complex matrix of different rows and column?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
A = rand(M) * 5;
B = rand(k) * -8;
z = complex(A,B);
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!