comparison scripts/control/system/sysgettsam.m @ 3452:a892190f4977

[project @ 2000-01-18 06:00:57 by jwe]
author jwe
date Tue, 18 Jan 2000 06:01:04 +0000
parents 65b3519ac3a1
children 22bd65326ec1
comparison
equal deleted inserted replaced
3451:a6cc6bc220b3 3452:a892190f4977
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## T = sysgettsam(sys) 19 ## -*- texinfo -*-
20 ## return the sampling time of the system 20 ## @deftypefn {Function File} {} sysgettsam (@var{sys})
21 ## Return the sampling time of the system @var{sys}.
22 ## @end deftypefn
21 23
22 function T = sysgettsam (sys) 24 function T = sysgettsam (sys)
23 25
24 if(!is_struct(sys)) 26 if(!is_struct(sys))
25 usage("T = sysgettsam(sys)"); 27 usage("T = sysgettsam(sys)");