Rotate a line profile to remove the tilt (make it horizontal)
9 次查看(过去 30 天)
显示 更早的评论
I have a profile of a line like below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/462410/image.jpeg)
I want to rotate the file to horizontal like below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/462415/image.jpeg)
Any idea how I can do that?
Actually, the above situation is just a simple example; I want to rotate the below line to horizontal:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/462420/image.jpeg)
Any idea would be appreciated!
0 个评论
采纳的回答
Star Strider
2020-12-16
Use the detrend function. Specifically see the documentation section on Continuous Linear Trend , although other examples may be relevant, depending on the result you want.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!