Rotate an array of lines
1 次查看(过去 30 天)
显示 更早的评论
I need to rotate a line (and posteriorly an array of lines) on a given alpha from a variable coordinate origin ( x,y ). I need to use the command line() and I already tried command rotate() with no luck.
Can some one please help me out? :)
Thanks in advance
2 个评论
回答(4 个)
Jakob Sørensen
2012-5-7
If you for some reason can't get the built in functions to do as you want, you could always try it the old school way (doing the math yourself)...
0 个评论
bym
2012-5-6
h = line([2,5],[2,2]);
rotate(h,[0,0,1],45)
2 个评论
Jan
2012-5-6
As long as you describe the problems only by "with no luck" and "without the result I needed", it is hard to guess, what you are looking for. It is much more efficient to invest time in answering question, than in guessing, what the question is. So please post more details - by editing the original question, and not as answer or comment. Thanks.
另请参阅
类别
在 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!