統計
MATLAB Answers
6 質問
0 回答
ランク
of 175,234
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hello Everyone, i got issues with interleaving task.
I have two matrixes with size (7,15) and other is (40,120). I want to combine these two matrixes using interleaver syntax "matin...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Hi everyone, can you help me to solve following program
A= [1 2 3, 4 5 6, 7 8 9] B= [2 2 2, 2 2 2, 2 2 2] C matrix should be in follwoing form C= ...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Hello everyone, i am confuse with interleaving task.
i want to divide a code with length (100,300) into two halves i.e. (100,150) & (100,150). How can i achieve this task on matlab....
9年以上 前 | 1 件の回答 | 0
1
回答質問
row addition on matrix
Hello everyone, i got error in my coding , can you please help me. A=[-0.5000, 2.5000, -4.0000, 5.0000, -3.5000, 2.5000] ...
10年弱 前 | 2 件の回答 | 0
2
回答質問
Hello everyone, i tried to understand and implement the sum product algorithm with following examples . can someone help me to implement this in matlab coding?
H= [1 1 0 1 0 0; 0 1 1 0 1 0;1 0 0 0 1 1;0 0 1 1 0 1] R=[-0.5 2.5 -4.0 5.0 -3.5 2.5] A=repmat(R,4,1) for i=1:4 ...
10年弱 前 | 1 件の回答 | 0
1
回答質問
i am trying to avoid current value of row and column and multiply the rest of column element?
example; H=[0 1 0 0 1; 1 0 1 1 0] i want to multiply row elements leaving current row and column values i.e. i=row , j= ...
10年弱 前 | 1 件の回答 | 0
