DEMO_line Demonstrates SELECT3D with line objects Copyright (C) 2011, ATR All Rights Reserved. License : New BSD License(see VBMEG_LICENSE.txt)
0001 %DEMO_line 0002 % Demonstrates SELECT3D with line objects 0003 % 0004 % Copyright (C) 2011, ATR All Rights Reserved. 0005 % License : New BSD License(see VBMEG_LICENSE.txt) 0006 0007 h = plot3(rand(1,20),rand(1,20),rand(1,20),'bo'); 0008 set(h,'markersize',10,'markerfacecolor','b'); 0009 0010 select3dtool