plot err-estimate over xc (typically xc=2, i.e. lambda)
0001 function ploterr(p,wnr,xc,varargin) 0002 % plot err-estimate over xc (typically xc=2, i.e. lambda) 0003 figure(wnr); plot(p.branch(xc,:),p.branch(4,:),'*-');