Home > vbmeg > demo > test_scripts > vb_demo_line.m

vb_demo_line

PURPOSE ^

DEMO_line

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

DEMO_line
  Demonstrates SELECT3D with line objects

 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 %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

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