Home > vbmeg > functions > plotfunc > subdirectory > vb_plot_head_V.m

vb_plot_head_V

PURPOSE ^

SYNOPSIS ^

function vb_plot_head_V(V,F,cmode)

DESCRIPTION ^

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function vb_plot_head_V(V,F,cmode)
0002 %
0003 % Copyright (C) 2011, ATR All Rights Reserved.
0004 % License : New BSD License(see VBMEG_LICENSE.txt)
0005 
0006 patch('Vertices',V,'Faces',F,'FaceLighting','phong',...
0007       'FaceColor',[0.9 0.9 0.9],'EdgeColor','none');
0008 
0009

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005