photo

Monika Kok


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
124,891
of 297,672

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,351

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to count the number of zeros between 2 one's
i am using the code num = [0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0]; num = num(find(num==1, 1, 'first'):find(num==...

8年弱 前 | 3 件の回答 | 0

3

回答

質問


regarding laptop suggestion for MATLAB programming
hello I am planning to buy a new laptop suitable for MATLAB programming but can not decide which one to take. Can you please ...

9年弱 前 | 3 件の回答 | 0

3

回答

質問


starting location of vector
i am using the code to find maximum zero span g = [ 1 1 *1 0 0 0 0 0 0 0 0 0 1* 0 0 0 1 0 1 ] pos1 = find(g==1); ...

9年弱 前 | 5 件の回答 | 0

5

回答

質問


how to get combination of matrix columns
I would like to get all the possible combination between two column of a matrix. supoose my matrix is matrix = ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


matrix column multiplication with rows of another matrix
this is my (9*9) matrix. 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 ...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


how to find irreducible factors of a polynomial
i have a polynomial p in binary format and i want to get all the irreducible factors of this polynomial. p = [ 1 1 1 1 0 1 0 ...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


how to add column of a matrix
a= [1 2 3 4 ; 1 0 1 6; 4 5 6 7; 1 0 3 3] a(:,1) = a(:,1)+a(:,2); i am using the above code but i would like to generate a ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


how to determine starting location of longest zero pan in a column
g0 = [1 1 0 1 0 0 0 1 0 0 0 0 0 0 0]; %polynomial genmat = gallery('circul' , g0) % making the circulant matrix [r,c] ...

9年弱 前 | 1 件の回答 | 0

1

回答