Home > marsbar > @marsy > n_time_points.m

n_time_points

PURPOSE ^

get number of time_points

SYNOPSIS ^

function n = n_time_points(o)

DESCRIPTION ^

 get number of time_points
 
 $Id$ 

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function n = n_time_points(o)
0002 % get number of time_points
0003 %
0004 % $Id$
0005 
0006 n = summary_size(o, 1);

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019