Statistik
3 Fragen
0 Antworten
RANG
202.970
of 301.344
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.238
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.044
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to apply setxor single value of cell array with whole cell array values?
My cell array is binary, it contain values like a=['10100011' '11000111' 00010111' 11100011 ']; I want to apply xor oper...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
cell array of 16x16 binary form, pick one value and xor operation with the picked value and whole cell array
I am trying this but its not working Xor = cellfun(bitxor, X(1:end-1), X(2:end), 'UniformOutput', false) I also used simple ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I am working on MATLAB for first time and I am stuck in my code, I am unable to change the answer values that should represent Matrix indexes. but it is shown like Aij with every position, plz help how Aij will change to A11, A12, A13 and so on.
num_row=size(A,1); num_cols=size(A,2); for i=1: 1:num_rows for j=1: 1:num_cols Aij=de2bi(A(i,j),'left-msb') %E...
mehr als 8 Jahre vor | 2 Antworten | 0