Community Profile

photo

Siddharth Joshi


Last seen: quasi 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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 ...

quasi 4 anni fa | 0