Community Profile

photo

Ronald Niwamanya


Last seen: nästan 2 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ...

nästan 3 år ago | 2 answers | 0

2

answers

Question


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!...

nästan 3 år ago | 2 answers | 0

2

answers

Question


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...

nästan 3 år ago | 1 answer | 0

1

answer

Question


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...

nästan 3 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer