Community Profile

photo

Bez Vez


Last seen: circa 4 anni fa Attivo dal 2018

Statistiche

All
  • Solver

Visualizza badge

Content Feed

Visto da

Domanda


Printing to screen of approximate equality (≈) works when running section (Ctrl+Enter) but not when running whole script (F5)
The one-line script (saved as filename.m) is: fprintf('pi ≈ 3\n') Running the script by pressing Ctrl+Enter produces in the Co...

circa 4 anni fa | 0 risposte | 0

0

risposte

Risolto


Mersenne Primes
A Mersenne prime is a prime number of the form M = 2^p - 1, where p is another prime number. For example, 31 is a Mersenne prim...

quasi 5 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

quasi 6 anni fa