Community Profile

photo

Monika Kok


Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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==...

7 years ago | 3 answers | 0

3

answers

Question


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 ...

8 years ago | 3 answers | 0

3

answers

Question


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); ...

8 years ago | 5 answers | 0

5

answers

Question


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 = ...

8 years ago | 1 answer | 0

1

answer

Question


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 ...

8 years ago | 2 answers | 0

2

answers

Question


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 ...

8 years ago | 2 answers | 0

2

answers

Question


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 ...

8 years ago | 1 answer | 0

1

answer

Question


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] ...

8 years ago | 1 answer | 0

1

answer