Monika Kok
自 2016 起处于活动状态
Followers: 0 Following: 0
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==...
7 years 前 | 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 ...
8 years 前 | 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); ...
8 years 前 | 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 = ...
8 years 前 | 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 ...
8 years 前 | 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 ...
8 years 前 | 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 ...
8 years 前 | 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] ...
8 years 前 | 1 个回答 | 0