How to make a parallelogram grid in matlab?
显示 更早的评论
Can anyone help me? I want to make a parallelogram grid in matlab
回答(1 个)
Christiaan
2015-6-2
编辑:Christiaan
2015-6-2
0 个投票
Dear sH,
What you could do is use the customgrid function from the file exchange: http://www.mathworks.com/matlabcentral/fileexchange/48709-customgrid
Here you can specify the grid you want, and plot your function over that custom grid.
A second possibility is to define lines in matlab yourself, then set the color to grey and line thinkness to your wish. And then use the hold on command, to plot your own function over it.
Good luck! Christiaan
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!