Community Profile

photo

Ronald Niwamanya


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Program to perform a reshape of an array
Greetings of the day I have W and would like to obtain P as indicated below. W=[1 1 1 1 0 1 1 1;0 1 1 1 1 1 0 1;1 0 1 0 1 1 0 ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


Program to generate permutations in a certain order
Greetings. I need to write a program that can generate m permutations from a possible number of permutation sequences n!. (m<n!...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


program to reshape an array and perform some operations.
I have an array, A and would like to perfrom the following operations. A=[1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 1]; From A, obtain fou...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Modulo-2 matrix multiplication
Hi. I would like to know whether its possible to have the following multiplication and how it can be perfromed. a=[1 1]; b=[0...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Program for aperiodic autocorrelation
I need someone to help here. I have a sequence and I need a program that calculates the values of the aperiodic autocorollation...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Need help on array multiplication
I need help with the following u1=[2 3 1 0]; u2=[2 1 3 0]; u3=[2 3 1 3]; u=[u1 u2 u3]; v1=mod(u1+u3,4)=[0 2 2 3] v2=mod(u1...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Luby Transform matlab code
Given a degree distribution (Ideal Soliton Distribution) P(d) =1/K for d=1 =1/(d(d-1) ) for d=2,3,4……K. For example whe...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Ideal Soliton Distribution code
The Ideal Soliton distribution is given by the following: P(d) =1/K for d=1 =1/(d(d-1) ) for d=2,3,4……K. Forexample...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plot with markers defined
I am plotting the same function for different parameters. I dont want to repeat writing the functions so I use the for loop. Ho...

3년 초과 전 | 답변 수: 1 | 0

1

답변