Orthogonal vector to this
古いコメントを表示
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))';
採用された回答
その他の回答 (1 件)
vector = zeros(1,100);
2 件のコメント
John D'Errico
2017 年 11 月 26 日
Oh, sure. But ... correct. :)
Ashish Mishra
2017 年 11 月 26 日
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!