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

回答