Skip to content
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

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

Open
g1y5x3 opened this issue Jan 31, 2020 · 1 comment

Comments

@g1y5x3
Copy link

g1y5x3 commented Jan 31, 2020

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

@henryadams
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants