view +scheme/errorVector.m @ 913:95cd70f4b07d feature/utux2D

Bugfix in nonConformingInterfaceOptions
author Martin Almquist <malmquist@stanford.edu>
date Sun, 25 Nov 2018 21:08:55 -0800
parents ed6a704b028d
children
line wrap: on
line source

function e = errorVector(~, v1, v2)
    e = v2-v1;
end