Home > vis > plotFrame.m

plotFrame

PURPOSE ^

SYNOPSIS ^

function plotFrame(frame,color,P)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function plotFrame(frame,color,P)
0002 
0003 hold on;
0004 for ce =1: frame.nCells
0005     plotCell(frame.Cells(ce),color,P);
0006 end

Generated on Thu 17-Mar-2011 14:45:51 by m2html © 2005