Synchronie
2011년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
Inequality problem
Thanks a lot for your suggestions.. I paid attention to the inequality sign and used elseif(without space) and it worked perfec...
Inequality problem
Thanks a lot for your suggestions.. I paid attention to the inequality sign and used elseif(without space) and it worked perfec...
거의 14년 전 | 0
질문
Inequality problem
Hi.... Does the following inequality work on Matlab: for col=1:1:num_cols if (0.00>(real_qn1(col))<0.25) ...
거의 14년 전 | 답변 수: 2 | 0
2
답변질문
How to store a matrix obtained in a particular file/directory??
|Good morning.. In fact, say I am running a program which generates a parity-check matrix of size 1000X2000... I would like t...
대략 14년 전 | 답변 수: 2 | 1
2
답변답변 있음
Index exceeds matrix dimensions-when finding inverse of binary matrix,A
Got a question.. Where should I input dbstop if error throughout my program????
Index exceeds matrix dimensions-when finding inverse of binary matrix,A
Got a question.. Where should I input dbstop if error throughout my program????
14년 초과 전 | 0
답변 있음
Sparse matrix conversion???
You are right.. I got it.. I just had to do the matrix multiplication... :-) I thought since it was in sparse format, I wou...
Sparse matrix conversion???
You are right.. I got it.. I just had to do the matrix multiplication... :-) I thought since it was in sparse format, I wou...
14년 초과 전 | 0
질문
Sparse matrix conversion???
Is it possible to convert a matrix in the sparse form (using spy(X)) in the block format(ex:X=[1 0 0 1; 0 0 0 1;1 0 0 0;0 0 0 0]...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
Index exceeds matrix dimensions-when finding inverse of binary matrix,A
Hi.. I am using Galois field to find the inverse of a binary matrix, A and here is my program: _________________________________...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
Galois field to find the inverse of a binary matrix
Hello ... I would like to know how Galois field helps in finding the inverse of a BINARY matrix. And which one [Galois field o...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Modulo-2 addition ?
Hello.. I would like to know whether there is any in-built function for performing modulo-2 addition..
14년 초과 전 | 답변 수: 1 | 0
