Skip to content

john-h-kastner/peel_spiral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository uses GNU Octave to reproduce the orange peel spiral plot in the paper 'Orange Peels And Fresnel Integrals' by Laurent Bartholdi and Andre Henriques. The paper can be found on arxiv and is included in this repository.

Below is a side by side comparison of a plot generated using this repository and the plot included in the paper. Both plots use N=3 for the spiral width. The new plot can be reproduced by running ./plot_peel_spiral.m 3 on a machine with octave on its path.

New Plot Original Plot
my plot for n=3 original plot for n=3

The Octave script can generate plots for arbitrary spiral width by manipulating the command line arguments. For N=5, the command ./plot_peel_spiral.m 5 gives the following plot.

my plot for n=5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages