photo

Jasvinder Singh


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
100,190
of 300,331

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to convert the following parity-check matrix into Generator matrix.
t= [1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0; ...

6 years ago | 1 answer | 0

1

answer

Question


I want to store all the outputs in a single matrix and also i want to select all the combination for which c has minimum and maximum value.
for a=1:5 for b=5:8 for c=1:20 if mod(a+b,c)~=0 t=[a,b,c] end ...

6 years ago | 1 answer | 0

1

answer

Question


For J and L (J<L) I want to find that values of p and q which satisfy all the 7 conditions (mention in code) for each 0<=a<b<c<=J and 0<=d<e<f<=L
J=input('J: '); L=input('L: '); [a,b,c,d]=ndgrid(1:J,1:J, 1:L, 1:L); k=a<b & c<d; [a,b,c,d]=deal( a(k), b(k), c(k), d(k)...

6 years ago | 0 answers | 0

0

answers