統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can i generate complex number Hadamard, like hadamard(4) gives colmns which are mutualy perpandicular?. there should be zero mutualy inner product of colmn.
the dimension of complex hadamard may not be same as in real case hadamard.
9年以上 前 | 0 件の回答 | 0
0
回答質問
How can i replace 0 by -1 in all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
Without using loops
9年以上 前 | 2 件の回答 | 0
2
回答質問
How to generate all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
I am thinking that it can be generated by using staging 0 and 1 in prefix to {0, 1} and repeat it till the desired answer.
9年以上 前 | 1 件の回答 | 0