![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7942666_1522124062185_DEF.jpg)
Monika Kok
Followers: 0 Following: 0
Statistica
8 Domande
0 Risposte
RANK
72.987
of 297.016
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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==...
quasi 8 anni fa | 3 risposte | 0
3
risposteDomanda
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 ...
oltre 8 anni fa | 3 risposte | 0
3
risposteDomanda
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); ...
quasi 9 anni fa | 5 risposte | 0
5
risposteDomanda
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 = ...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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] ...
quasi 9 anni fa | 1 risposta | 0