Unique function for tall tables

I want to filter my tall timetable and only keep values the first value where the timestamp is unique but MATLAB says I can not do that with tall tables.
Is there another way to go about this?

2 Comments

You could use a loop, keeping a shadow copy of all timestamps so far, keeping only the first.
The performance will not be great. It may still be good enough if you use a logical vector to mark deletions and remove unwanted rows in one go.
I've not messed w/ the tall table stuff, but I'd think retime could do that for you...the limitations mentioned don't seem to prohibit it.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Release

R2020b

Asked:

R
R
on 2 Jun 2022

Commented:

dpb
on 2 Jun 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!