Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 300:32f3ee81bc37 feature/hypsyst
A commit before i destroy everything
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 04 Oct 2016 16:25:38 +0200 |
parents | ed6a704b028d |
children |
line wrap: on
line source
function e = error1d(discr, v1, v2) h = discr.h; e = sqrt(h*sum((v1-v2).^2)); end