fibonacci_spiral_test
fibonacci_spiral_test,
a MATLAB program which
calls fibonacci_spiral() to display points on a Fibonacci spiral, suggesting the arrangement of seeds
in a sunflower, for instance.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
fibonacci_spiral,
a MATLAB program which
displays points on a Fibonacci spiral, suggesting the arrangement of seeds
in a sunflower, for instance.
Source Code:
-
fibonacci_spiral_test.m,
calls all the tests.
-
fibonacci_spiral_test.sh,
runs all the tests.
-
fibonacci_spiral_test.txt,
the output file.
-
spiral_50.png, a spiral of 50 blue dots;
-
spiral_50_connected.png,
a spiral of 50 blue dots, with a red connecting line;
-
spiral_100.png, a spiral of 100 blue dots;
-
spiral_100_connected.png,
a spiral of 100 blue dots with a red connecting line;
-
spiral_500.png, a spiral of 500 blue dots;
-
spiral_1000.png, a spiral of 1000 blue dots;
Last modified on 19 January 2019.