'retime' uses a method to aggregate data
TT3 = retime(TT,'hourly','mean')
Is it possible to use two methods to calculate mean and standad deviation,
TT3 = retime(TT,'hourly',{'mean','@std'}) (this does not work)
Or is it possible to have a function manipulation?
TT3 = retime(TT,'hourly',@std*@mean) (this does not work)
3 Comments
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928118
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928118
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928163
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928163
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928625
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/560966-retime-with-multiple-methods#comment_928625
Sign in to comment.