photo

Junaid Khan


university of Aj&k

Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I want to copy the rows of G1 to G2 in inner for loop but error occurs , please help
G1 = [1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; 0 0 0 ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i want to use nchoosek command in FOR loop in decreasing order for decoding process, it works in increasing order in FOR loop for encoding , Any suggestions
m=4; r=4; %%%%%%%%%%%%%%%%%%% for a=r:2 v=1:1:m; % Making combinations in decreasing order, but it is n...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Given two positive integers n and k, print all increasing sequences of length k such that the elements in every sequence are from first n natural numbers.
Input: k = 2, n = 3 Output: 1 2 1 3 2 3 Input: k = 5, n = 5 Output: 1 2 3 4 5 Input: k = 3, n = 5 Ou...

más de 7 años hace | 0 respuestas | 0

0

respuestas