create coordination matrix from zig zag path from certain value to another value
1 次查看(过去 30 天)
显示 更早的评论
I want to creat matrix with x and y coordiantion of zig zag path. For example from 128 to 132 :
A = [ 128 0
128 420
129 420
130 0
131 0
131 420
132 420
132 0]
Thanks.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Clutter 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!