Note the use of the semicolon on the end of the line in the for loop. This prevents Octave from printing out the current value of nf(n) every time round the loop, which would be rather annoying (try it without the semicolon if you like).
Note the use of the semicolon on the end of the line in the for loop. This preventsOctave from printing out the current value of nf(n) every time round the loop, whichwould be rather annoying (try it without the semicolon if you like).