You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: