Home > Util > mplot.m

mplot

PURPOSE ^

MPLOT - plot the columns of X as a function of t

SYNOPSIS ^

function mplot(t,X,titre);

DESCRIPTION ^

 MPLOT - plot the columns of X as a function of t 
Test: 
t=1:100;x=randn(100,5);mplot(t,x,'X(t)')
Author: Ali Mohammad-Djafari

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003