Home > Util > mplot0.m

mplot0

PURPOSE ^

MPLOT0 - plots the columns of X as a function of t

SYNOPSIS ^

function mplot0(t,X,titre);

DESCRIPTION ^

MPLOT0 - plots the columns of X as a function of t
Test: 
t=1:100;x=randn(100,5);mplot0(t,x)
mplot0(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