诚心小猫咪

文章
4
资源
0
加入时间
2年10月18天

simulink 计时clocktime

使用tic   tocif isempty(get_param(sys,'StartFcn'))set_param(sys,'StartFcn','tStart = tic;') ;endif isempty(get_param(sys,'StopFcn'))set_param(sys,'StopFcn','tElapsed = toc(tStart)')