tsipkens / atems

A MATLAB codebase to analyze TEM images of soot, which includes new methods associated with this project and a compilation of other pre-existing methods into a single package.
GNU General Public License v3.0
10 stars 8 forks source link

Example code does not run #45

Closed tytell closed 7 months ago

tytell commented 7 months ago

https://github.com/tsipkens/atems/blob/0e24b57c82b327cd8218f7a3daa0855ae0e298d6/README.md?plain=1#L118

This example won't run as written, because the opts variable isn't yet defined.

If a user just copies the text and pastes into Matlab, it won't work.

tsipkens commented 7 months ago

This is correct. The text also did not match main_b.m as it was supposed to. This line has been updated accordingly in the README.