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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
