Home > UnioviSOM-Oficial > plotp.m

plotp

PURPOSE ^

PLOTP Plots points

SYNOPSIS ^

function h = plotp(P,arg1,arg2,arg3)

DESCRIPTION ^

 PLOTP Plots points

 h = plotp(P,'all')
 h = plotp(P,MarkerType,'all')
 h = plotp(P,MarkerType,MarkerSize,'all')

 Where:
          P: 2D or 3D points by columns (2xQ) or (3xQ)
 MarkerType: Type of marker to be used ('.', '+', '*', etc.)
 MarkerSize: Size of the points (markers)
      'all': Use this argument if the plot is to be done on all 
             axes (subfigures) of the current figure
          h: Handle to the current axes

 Description: 
         Draws the data point cloud P. It uses a "hold" command so
        that previous contents of the figures are preserved.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 21-Apr-2017 11:56:21 by m2html © 2005