How to make a parallelogram grid in matlab?

11 visualizaciones (últimos 30 días)
sH
sH el 1 de Jun. de 2015
Editada: Christiaan el 2 de Jun. de 2015
Can anyone help me? I want to make a parallelogram grid in matlab
  1 comentario
sH
sH el 1 de Jun. de 2015
I have just vertices of one of the parallalograms

Iniciar sesión para comentar.

Respuestas (1)

Christiaan
Christiaan el 2 de Jun. de 2015
Editada: Christiaan el 2 de Jun. de 2015
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

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by