Why do I get "Requested array exceeds the maximum possible variable size" error when using "retime" function?
Show older comments
When I use the "retime" function to resample data in timetable, I got the following error:
"Requested array exceeds the maximum possible variable size."
What could be the cause of this issue? I'm using the following syntax.
TT2 = retime(TT1,'regular','linear','TimeStep',dt)
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!