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
