Monika Kok
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
266.304
of 295.467
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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==...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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); ...
mehr als 8 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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 = ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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] ...
mehr als 8 Jahre vor | 1 Antwort | 0