-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zig Zag Persistence Examples/Documentation #15
Comments
Hi Alex (and others!), |
Hello again. I was able to successfully run one of the zigzag examples that used the vietoris rips complex: https://github.com/appliedtopology/javaplex/blob/master/src/matlab/experimental/vietoris_rips_bootstrap/basic_sphere_example.m. I ran into trouble with the witness complex examples, however. For example, when I ran Error using zigzagex (line 19) Just to try it out, I commented out all of the Error using zigzagex (line 19) Would this be relatively easy to fix? Henry, given your last answer it doesn't sound like you have the time to get to the bottom of this (Although I'd be very grateful if you could help me). I'll tag Andrew Tausz, who wrote the code in question. @OgDet, do you know what is going on here? Thanks, Edit: zigzagex.m is a file in which I pasted load_javaplex.m above the code in https://github.com/appliedtopology/javaplex/blob/master/src/matlab/experimental/witness_bootstrap/figure8_example.m. Originally the line numbers of the errors above ("Error using zigzagex") pointed to the lines of the modified file (zigzagex.m). I have changed the above line numbers to point to the line number where the error occurred in the unmodified version of the script. The errors occur at line 19 of https://github.com/appliedtopology/javaplex/blob/master/src/matlab/experimental/witness_bootstrap/figure8_example.m. My apologies. |
Hi Alex, |
I am interested in using JavaPlex to compute zig zag persistent homology. An example or two would really help a lot. I didn't find any in the documentation. Could someone add one?
The text was updated successfully, but these errors were encountered: