Mercurial > repos > public > sbplib
view +draw/point.m @ 563:8f780429dab2 feature/grids/laplace_refactor
Fix sign error in Neumann BC
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 30 Aug 2017 17:29:33 +0200 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
function l = point(p) l = line(p(1,:),p(2,:)); l.LineStyle = 'none'; l.Marker = '.'; end