ttcreateperiodictimer.m
来自「一个很棒的网络控制系统仿真软件」· M 代码 · 共 20 行
M
20 行
% TTCREATEPERIODICTIMER Create a periodic timer and associate% an interrupt handler with the timer.%% Usage: ttCreatePeriodicTimer(timername, start, period, handlername)%% Inputs:% timername Name of the timer, must be unique.% start The time for the first expiry of the timer.% period The period of the timer.% handlername Name of the interrupt handler to be associated % with the timer.% % See also TTCREATEINTERRUPTHANDLER, TTCREATETIMER, TTREMOVETIMER%% TrueTime, Version 1.3% Copyright 2005% Martin Andersson, Dan Henriksson and Anton Cervin% Department of Automatic Control% Lund Institute of Technology, Sweden
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?