Home > UnioviSOM-Oficial > varplot.m

varplot

PURPOSE ^

VARPLOT Dibuja caracteristicas respecto al tiempo

SYNOPSIS ^

function varplot(p,labels,plottype)

DESCRIPTION ^

 VARPLOT Dibuja caracteristicas respecto al tiempo

       p: Matriz de datos (RxQ) por columnas
  labels: {1xR} cell array con etiquetas para las R caracteristicas

 DESCRIPCION
   Dibuja en R graficos la evolucion de caracteristicas frente al tiempo.
   Admite diversas variedades de trazados segun plottype:

   'plot': Traza las R variables sendos ejes tipo subplot
    'alt': Traza todo en un eje para poder hacer zooms conjuntos
  'image': Dibuja las R variables usando el mapa de color por defecto frente al tiempo
 'imnorm': Identico a 'image' pero usando un rango del mapa de color de -1 a +1

 VER TAMBIEN
   tablelens,

CROSS-REFERENCE INFORMATION ^

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