Hello, I've created a simple meshplot using mesh(A) with A being a 350x390 rectangular matrix. This matrix contains mostly zeros with values at some indices. The grid lines look like they are one index in distance apart from each other. How can I make this more coarse? I'd like to have grid lines for every 10 indices. Thanks in advance!

 채택된 답변

KSSV
KSSV 2016년 10월 27일

0 개 추천

mesh(A(1:10:end,1:10:end))

추가 답변 (0개)

카테고리

질문:

2016년 10월 26일

댓글:

2016년 10월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by