New Tutorial / Example File
I spent a little time working up a MATLAB tutorial file that does a little more explanation. It talks about open source code licensing and creative commons copyright. It shows some basic MATLAB drawing examples, it emulates a specific work, shows how to parameterize and randomize the code, then shows one way to re-create a single image from a set of parameters. I tested it in Octave Online and most seems to work. Octave Online Link Images for tutorial from / inspired by Claisse. Tutorial file download: tutorial.m % Open Source Art Project Tutorial % 2022 Ed Gatzke (1/20/2022) epg@sc.edu % % This tutorial is organized as follows: % 1. Licensing. The source code is open source % 2. MATLAB drawing basics % 3. Emulating a type of art example % 4. Making the code randomize the output % 5. Parameterizing the code for reproducibilty % 6. User-defined functions % % HOW ...