appliedtopology/javaplex

Is it possible to retrieve the lifespans of intervals through class functions?

g1y5x3 opened this issue · 1 comments

Hi,
I have been working on counting the intervals that exceed certain lifespan. I have found a way to work around in matlab through converting to a cell object and then port all the starts and ends of intervals into matlab variable to do.

But I just wonder if there's any class member functions that I missed could retrieve that information already?

Thanks!

Yixiang

Hi Yixiang,
Off the top of my head, I don't know how to do this besides printing the start and end filtration values of an interval (say as Matlab variables), and then subtracting them.
Best, Henry