Community Profile

photo

Siddharth Joshi


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Function to find the next prime number...
function k = next_prime(n) if (~isscalar(n) || n<1 || n ~= fix(n)) error('n should be positive scalar ineger!!!') else ...

casi 4 años hace | 0