GNU Octave/Tworzenie rysunków: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 229:
# array of random integers from 1 to r
# add 1 to remove zero
img = floor(rand(iSide,iSide).*r ).+ 1; # Element-wise operations
 
=Zródła=