Mercurial > repos > public > sbplib
view +draw/point.m @ 922:1d91c2a8aada feature/utux2D
Refactor LaplCurv.interfaceNonConf. Add method for interpolation operator generation in LaplCurv
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 02 Dec 2018 17:10:07 -0800 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
function l = point(p) l = line(p(1,:),p(2,:)); l.LineStyle = 'none'; l.Marker = '.'; end