Home > p2plib > ploterr.m

ploterr

PURPOSE ^

plot err-estimate over xc (typically xc=2, i.e. lambda)

SYNOPSIS ^

function ploterr(p,wnr,xc,varargin)

DESCRIPTION ^

 plot err-estimate over xc (typically xc=2, i.e. lambda)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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,:),'*-');

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005