Statistik
9 Fragen
0 Antworten
RANG
294.887
of 297.016
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
77.78%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
LFSR code problem for 50 bits
am trying to run this code to calculate maximum length of 50 bit LFSR, and when i run this code it just keep on running (it neve...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to add space between matrix elements?
hi guys am working on binary matrix, and i want a code to add space between matrix elements? matrix as : 11001110;110011...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to calculate total hamming distance?
hi guys i have this code which i was running to calculate hamming distance: D = pdist(AA,'minkowski',1); D_matrix = square...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to multiply matrix vectors with one column?
if i have matrix M = [1 0 1 0; 1 0 0 1;1 1 1 0;1 1 1 1; ...] and i want to multiply each row with one cloumn B=[1 0 0 1] how to...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to calculate Galois field number system ?
hi guys i need a code to calculate the following Galois field number system for generating LFSR sequence, i want to modify thi...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to swap rows between matrix?
hi guys,,, i have two matrix A & B, and i want to swap the rows between these matrix according to their Distance. the swap sh...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with cellular automata code?
i found this code here, and i try to initialize it with [1 0 1 1 0 1 1] but it didn't work. http://www.mathworks.com/matlabce...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to calculate element distance in a vector?
hi guys i want to calculate the difference between vector element as [0 1 1 0 1 1 0] which should give 0-1=1,1-1=0,1-0=1,0-1=1...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
error in OR matrix for dimension
hello i have two matrix(M & M2) one of them M have 50 row and 32 column and the second one M2 has 50 row and 10 column i want ...
mehr als 10 Jahre vor | 1 Antwort | 0