How to make a equilateral triangular piece in a rectangular meshgrid?
Ältere Kommentare anzeigen
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').
Antworten (1)
Mike Garrity
am 4 Jan. 2016
0 Stimmen
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 .
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!