How to make a equilateral triangular piece in a rectangular meshgrid?

How can I make a triangular meshgrid from rectangular meshgrid? I want to plot some equations that are obtained in a equilateral triangular shape (Like plotting in a rectangular shape using 'meshgrid').

답변 (1개)

Mike Garrity
Mike Garrity 2016년 1월 4일

0 개 추천

Meshgrid is going to create a rectangular mesh, but you can fill the parts you don't want with nan, as I described in this post .

카테고리

태그

질문:

2015년 12월 27일

답변:

2016년 1월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by