Construct a prime circle
A <https://mathworld.wolfram.com/PrimeCircle.html prime circle> is a circular arrangement of the numbers 1 to 2n such that pairs...
Find supported functions
Given a function name, return true if that function is supported by the toolboxes that are installed with MATLAB on this machine...
casi 6 años hace
Resuelto
User defined nextpow function
Create a function which will take 2 arguments as n and x, and return y, where, n^y >= abs(x). [ Similar to builtin "nextpow2" fu...
casi 6 años hace
Resuelto
Stuff the Board
You have a stack of tiles to put onto an array-like playing board. Each tile has a number (always an integer), and the board var...
casi 6 años hace
Resuelto
Get the combinations
Consider
p,q = 2 vectors of same or different length.
Get a Output Array which has all the possible combinations of Elements o...