这里的@(t) ...是创建一个以t为参数的匿名函数。创建匿名函数的语法是 @(arglist)anonymous_functionhttps://uk.mathworks.com/help/matlab/matlab_prog/creating-a-function-handle.html
@(t) ...
t
@(arglist)anonymous_function