Ronald Niwamanya
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 1 个回答 | 0