Orthogonal vector to this
Afficher commentaires plus anciens
How to get orthogonal vector to this:
s=((1/sqrt(2)).*(2*randi([0,1],100,2)-1)+1i*(1/sqrt(2)).*(2*randi([0,1],100,2)-1))';
Réponse acceptée
Plus de réponses (1)
vector = zeros(1,100);
2 commentaires
John D'Errico
le 26 Nov 2017
Oh, sure. But ... correct. :)
Ashish Mishra
le 26 Nov 2017
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!