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

Usunięta treść Dodana treść
Nie podano opisu zmian
 
Linia 170:
Bardziej zaawansowany przykład :
 
<sourcesyntaxhighlight lang="matlab">
# octave m-file based on the m-file by Chris King
# http://www.dhushara.com/DarkHeart/Viewers/source/siegel.m
Linia 208:
image(MyImage); # display image
imwrite(MyImage,'s.png' ); # save image to the file
</syntaxhighlight>
</source>
 
Ogólny schemat przetwarzania obrazów :<ref>[http://www.gnu.org/software/octave/doc/interpreter/Image-Processing.html octave doc : Image Processing]</ref>