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