given radix r(2-9), digts d(1-4), give all possible strings in sorted order. for example, if r=2, d=2, then output {'00' '01' '10' '11'}. Please try the general solution. The test suite will be modified to ensure further debuggering.
Good Problem !!
8419 Solvers
Find the numeric mean of the prime numbers in a matrix.
5911 Solvers
2935 Solvers
Create a cell array out of a struct
189 Solvers
136 Solvers