Nora


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
123,160
of 301,537

評判
0

コントリビューション
6 質問
0 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 21,318

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,234

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

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

1

回答