I want to extract the linear x and y data from the overall data. I have version 2017a in which "ischange" function is not present any alternatove method
2 次查看(过去 30 天)
显示 更早的评论
I want to extract the linear x and y data from the overall data. I have version 2017a in which "ischange" function is not present any alternatove method, Any help would be appreciated
0 个评论
回答(1 个)
Steven Lord
2022-4-15
So you want to detrend your data? The detrend function has existed since before release R2006a.
3 个评论
Steven Lord
2022-4-15
Take a look at the examples on the documentation page for the function to see if any of them look like what you're trying to do. If they do, adapt them to suit your needs. If they don't, explain in more detail exactly what you mean by "extract the linear x and y data".
doc detrend
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!