Good evening, I'm attempting to use the "smoothdata" on a tallarray that contains timestamps in one of the columns (I have a sensor that is modeling spacecraft reaction wheel speeds), but when I perform a gather to create the new maxtrix I get the following error. I have, also provided the input data format. I can work around the issue by just having the spacecraft time in seconds, but I wanted to reach out.
Oh, I also did not convert the tallarray to a timetable.
Thanks.
"Error using tall/smoothdata>iTabularWrapper (line 191) Table variables must be numeric. Learn more about errors encountered during GATHER.
Error in tall/smoothdata (line 50) y = iTabularWrapper(A,opts,fcn);"
SCTIME RWXSPEED RWYSPEED RWZSPEED
______________________ ________ ________ ________
18-043-00:36:48.018524 20.974 310 -40.924
18-043-00:36:49.018524 20.974 310 -40.924
18-043-00:36:50.018524 20.974 310 -40.924
3 Comments
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547565
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547565
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547567
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547567
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547568
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/389580-using-smoothdata-on-tallaray-that-contains-time#comment_547568
Sign in to comment.