How to make a parallelogram grid in matlab?

조회 수: 11 (최근 30일)
sH
sH 2015년 6월 1일
편집: Christiaan 2015년 6월 2일
Can anyone help me? I want to make a parallelogram grid in matlab
  댓글 수: 1
sH
sH 2015년 6월 1일
I have just vertices of one of the parallalograms

댓글을 달려면 로그인하십시오.

답변 (1개)

Christiaan
Christiaan 2015년 6월 2일
편집: Christiaan 2015년 6월 2일
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

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by