Orthogonal vector to this
Mostrar comentarios más antiguos
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))';
Respuesta aceptada
Más respuestas (1)
vector = zeros(1,100);
2 comentarios
John D'Errico
el 26 de Nov. de 2017
Oh, sure. But ... correct. :)
Ashish Mishra
el 26 de Nov. de 2017
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!